definition constant

String const definition

A definition of a term or concept.

The WAI-ARIA specification does not provide a role to specify the definition term, but host languages may provide such an element. If a host language has an appropriate element for the term (e.g., dfn or dt in HTML), authors SHOULD include the term in that element. Authors SHOULD identify the definition term by using an aria-labelledby attribute on each element with a role of definition.

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

Implementation

static const String definition = 'definition';