GitHub

ARIA Required Children

Checks that elements with certain roles have required child roles

Checks that elements with certain roles have required child roles

Rule IDa11y/aria-required-children
CategoryAccessibility
ScopePer-page
Severityerror
Weight7/10

Solution

Some ARIA roles require specific child roles. For example, role=‘list’ must contain role=‘listitem’, role=‘menu’ must contain menu items. Add the required child elements with appropriate roles.

Enable / Disable

Disable this rule

squirrel.toml
toml
[rules]
disable = ["a11y/aria-required-children"]

Disable all Accessibility rules

squirrel.toml
toml
[rules]
disable = ["a11y/*"]

Enable only this rule

squirrel.toml
toml
[rules]
enable = ["a11y/aria-required-children"]
disable = ["*"]

Type to search…

↑↓ navigate ↵ open esc close