WAI-ARIA: Role=Strong
Content that is important, serious, or urgent.
Description
Content that is important, serious, or urgent.
The purpose of the strong
role is to communicate strong importance, seriousness, or urgency. It is not for communicating changes in typographical presentation that are not important to the meaning of the content. Authors SHOULD use the strong
role only if its absence would change the meaning of the content.
The strong
role is not intended to convey stress or emphasis; for that purpose, the emphasis
role is more appropriate.
Characteristics
Superclass Role
Related Concepts
<strong>
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=”strong” is the <strong>
tag.
Reference
- WAI-ARIA 1.2 Specification
Refer to the notes from the WAI-ARIA 1.2 specification for more information on role=strong.