ARIA attributes must be valid (correctly spelled)
aria/aria-valid-attr · WCAG 4.1.2 · Level A
ARIA attributes must be valid (correctly spelled).
Misspelled ARIA attributes are ignored by assistive technologies. Check the spelling against the WAI-ARIA specification. Common mistakes: aria-labeledby (should be aria-labelledby), aria-role (should be role), aria-description (valid in ARIA 1.3+).
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0