term constant

String const term

The term role can be used for a word or phrase with an optional corresponding definition. It is equivalent in semantics to the HTML element and the definition term (

) element within a definition list (
).

The term role is used to explicitly identify a word or phrase for which a definition has been provided by the author or is expected to be provided by the user. If there is an existing definition, or a form or form control to enter a definition, authors SHOULD set aria-details to point to the related element.

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

Implementation

static const String term = 'term';