Skip to main content

wai-aria-presentational-children

Warns when ARIA attributes are set on descendants of roles with presentational children.

This rule is part of the wai-aria rule family, split for granular severity control.

❌ Examples of incorrect code for this rule

<div role="img"><span aria-label="text"></span></div>

✅ Examples of correct code for this rule

<div role="img"><span>text</span></div>

Interface

{
"wai-aria-presentational-children": boolean
}

Default Severity

warning