Inappropriate ARIA State and Property Value Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate ARIA State and Property Value Check

Description

The “Inappropriate ARIA State and Property Value Check” evaluates whether there is at least one ARIA attribute with a value that does not match the expected type.

Example outcome

I found 1 ARIA state or property with a value of the incorrect type.

Impact

Fixes

To address inappropriate aria state and property values:

  1. Identify the incorrect ARIA attribute.
  2. Look up the attribute in the ARIA specification to understand its required value type.
  3. Update the value to match the correct format (e.g., true/false, ID reference, number, or specific token).

Resources