ARIA State and Property Value Check

RuleSets of AccessMonitor - the validator of web accessibility practices

ARIA State and Property Value Check

Description

The “ARIA State and Property Value Check” evaluates whether all ARIA states and properties used in the page contain values that conform to the value types defined in the ARIA specification.

Example outcome

I noticed that all ARIA states and properties have a valid value 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