suggestion constant

String const suggestion

The suggestion landmark role semantically denotes a single proposed change to an editable document. This should be used on an element that wraps an element with an insertion role, and one with a deletion role.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/suggestion_role

Implementation

static const String suggestion = 'suggestion';