ARIA role
hides focusable children
Accessibility Checkpoint
Description
An element with a role
that hides child elements contains focusable child elements.
Help
This element’s role marks child elements as presentational, which hides them from the accessibility tree, but some of these children are focusable, so they can be navigated to, but are not voiced in a screen reader. The role may either be specified by the role
attribute or the implicit role based on the element. For example, a
elements have an implicit role of link
.
Applicable standards
- ACT Rules 307n5z
- ARIA 1.2 Presentational Children
- WCAG 2.0 4.1.2
- WCAG 2.1 4.1.2
- Section 508 (2017) 4.1.2
Note: Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints.
Change history
- 6.41 Jul 2021 Improved detection.
- 6.40 Jan 2021 Added.
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: AccAriaPresentationalChildrenFocusable