Firefox Tomorrow

aria role

ARIA: sectionhead role

View on MDN ↗

The sectionhead role, an abstract role, is superclass role for labels or summaries of the topic of its related section.

[!WARNING] The sectionhead role is an abstract role. It is included here for completeness of documentation. It should not be used by web authors.

Description

The structural sectionhead role is an abstract role for the subclass roles that identify the labels or summaries of the sections they label. The role must not be used. The four subclasses — columnheader, heading, rowheader, and tab. There are HTML element equivalents, like, <<code>&lt;th scope="col"&gt;</code>> for columnheader, <<code>&lt;th scope="row"&gt;</code>> for rowheader, and any of the HTML headings, <h1> through <h6> for heading. The tab role does not currently have an HTML equivalent.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

See also