Skip to main content

no-unknown-role

Warns when a role attribute value does not exist in the WAI-ARIA specification.

❌ Examples of incorrect code for this rule

<div role="hoge"></div>

✅ Examples of correct code for this rule

<div role="button"></div>

Interface

{
"no-unknown-role": boolean
}

Default Severity

error