WAI ARIA Role=Navigation

WAI-ARIA: Role=Navigation

A collection of navigational elements (usually links) for navigating the document or related documents. Description A collection of navigational elements (usually links) for navigating the document or related documents. User agents SHOULD treat elements with the role of navigation as navigational landmarks. Screen Reader Support For Role=Navigation Expectation JAWS Narrator NVDA Orca TalkBack VoiceOver (iOS) VoiceOver (macOS)…

WAI-ARIA: Role=Note

WAI-ARIA: Role=Note

A section whose content is parenthetic or ancillary to the main content of the resource. Description A section whose content is parenthetic or ancillary to the main content of the resource. Role=Note Example HTML Example 1 HTML Example 2 Characteristics Superclass Role Inherited States and Properties Name From Semantic HTML No HTML element equivalent. Reference

WAI-ARIA: Role=None

WAI-ARIA: Role=None

An element whose implicit native role semantics will not be mapped to the accessibility API. Description New in ARIA 1.1 An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation. Note: Note regarding the ARIA 1.1 none role.§ In ARIA 1.1, the working group introduced none as a synonym to the presentation…

WAI-ARIA: role=presentation

WAI-ARIA: role=presentation

An element whose implicit native role semantics will not be mapped to the accessibility API. Description An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym none. Note regarding the ARIA 1.1 none role.§ In ARIA 1.1, the working group introduced none as a synonym to the presentation role, due to author…

WAI-ARIA: ROLE=PROGRESSBAR

WAI-ARIA: ROLE=PROGRESSBAR

An element that displays the progress status for tasks that take a long time. Description An element that displays the progress status for tasks that take a long time. A progressbar indicates that the user’s request has been received and the application is making progress toward completing the requested action. The author SHOULD supply values for aria-valuenow,…