mark constant

String const mark

Denotes content which is marked or highlighted for reference or notation purposes, due to the content's relevance in the enclosing context

Example uses for mark are the exact same as the element. They include highlighting text in a quotation which is of special interest but is not marked in the original source material, comparable to using a highlighter pen to mark passages of a print article and indicating portions of the content that are relevant to the user's current activity, such as highlighting text matches found by a search feature

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

Implementation

static const String mark = 'mark';