Skip to content

wai-aria

Validate WAI-ARIA roles and attributes.

Severity

error

❌ Incorrect

html
<div role="foobar">text</div>

✅ Correct

html
<div role="button" aria-label="click">text</div>

Reference

Configuration

json
{
  "rules": {
    "wai-aria": "error"
  }
}

Released under the MIT License.