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