Inappropriate ARIA Attributes Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate ARIA Attributes Check

Description

The “Inappropriate ARIA Attributes Check” evaluates whether there is one aria-* attribute used in the HTML that isn’t valid or defined in the official ARIA specification.

Example outcome

I found 1 aria-* attribute that is not defined in the ARIA specification.

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