comment constant

String const comment

Indicates a comment/reaction to some content on the page, or to a previous comment.

To associate the comment with the text being commented, we need to wrap the commented text with an element containing the aria-details attribute, the value of which should be the ID of the comment.

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

Implementation

static const String comment = 'comment';