ARIA Attributes Check

RuleSets of AccessMonitor - the validator of web accessibility practices

ARIA Attributes Check

Description

The “ARIA Attributes Check” evaluates whether all aria-* attributes used in the HTML are valid and defined in the official ARIA specification.

Example outcome

I noticed that all aria-* attributes are defined in the ARIA specfication.

Impact

Fixes

To address inappropriate ARIA attributes:

  1. Locate the invalid ARIA attributes.
  2. Use the ARIA specification to verify the valid attributes.
  3. Replace the invalid attributes with valid ones, or remove them if unnecessary.

Resources