Not Permmitted ARIA State and Property Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Not Permmitted ARIA State and Property Check

Description

The “Not Permmitted ARIA State and Property Check” evaluates whether there is one ARIA state or property used on a page that is not allowed for the element or role to which it is applied.

Example outcome

I found 1 not allowed ARIA state or property.

Impact

Fixes

To address not permitted aria state and propery values:

  1. Locate the ARIA attribute(s) applied to disallowed roles or elements.
  2. Consult the ARIA spec or mapping tables to see which roles the attribute is permitted on.
  3. Remove or relocate the ARIA attribute to a compatible role or use a native HTML element that supports the desired behavior.

Resources