Skip to main content
Version: v6

A Tab ARIA role is missing a required parent element of Tablist

A Tab ARIA role is missing a required parent element of Tablist — rule summary
FieldValue
Rule codeTab_ParentRequirement_Missing
WCAG conformance levelA
WCAG success criterion4.1.2 Name, Role, Value
Must be fixed at sourceNo

Description

A Tab ARIA role was found to be missing the required parent Tablist roled element. Without the appropriate tablist parent element, assistive technologies such as screen readers cannot correctly interpret the structure of the tablist and its inner tabs. View the W3 details on these components here: https://www.w3.org/TR/wai-aria-1.1/#tab.

How to fix

Ensure that each tab aria role element (e.g., [role='tab']) is correctly nested within a parent tablist element (e.g., [role='tablist']). This nesting is crucial for assistive technologies to properly interpret the structure of the tablist and its nested tabs.