You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Enforce all aria-* attributes are valid. Elements cannot use an invalid aria-* attribute.
This rule will fail if it finds an aria-* attribute that is not listed in
WAI-ARIA states and properties.
Rule options
This rule takes no arguments.
Examples
Bad
// Using incorrectly spelled aria-labeledby.<labelid='address-label'>Enter your address</label><inputaria-labeledby='address-label'/>