WAI-ARIA: Role-Superscript
One or more superscripted characters.
Description
One or more superscripted characters.
The superscript
role is intended to be used only to mark up typographical conventions that have specific meanings; not for typographical presentation for presentation’s sake. In general, authors SHOULD use this role only if the absence of the superscript would change the meaning of the content.
Characteristics
Superclass Role
Related Concepts
<sub>
and <sup>
in [HTML]
Inherited States and Properties
- aria-atomic
- aria-busy (state)
- aria-controls
- aria-current (state)
- aria-describedby
- aria-details
- aria-disabled (state)
- aria-dropeffect
- aria-errormessage
- aria-flowto
- aria-grabbed (state)
- aria-haspopup
- aria-hidden (state)
- aria-invalid (state)
- aria-keyshortcuts
- aria-live
- aria-owns
- aria-relevant
- aria-roledescription
Prohibited States and Properties
Semantic HTML
The HTML alternative for role=”superscript” is the <sup>
tag.
Reference
- WAI-ARIA 1.2 Specification
Refer to the notes from the WAI-ARIA 1.2 specification for more information on role=superscript.