heading constant

String const heading

A heading for a section of the page.

Often, heading elements will be referenced with the aria-labelledby attribute of the section for which they serve as a heading. If headings are organized into a logical outline, the aria-level attribute can be used to indicate the nesting level.

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

Implementation

static const String heading = 'heading';