Role Value Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Role Value Check

Description

The “Role Value Check” evaluates whether all HTML elements using the role attribute contains a valid ARIA role, as defined by the WAI-ARIA specification.

Example outcome

I observed that all role attributes have valid values.

Impact

Fixes

To address role attributes with invalid values:

  1. Locate the element where the role attribute has an invalid value.
  2. Replace its value with a valid one that suits its purpose, according to WAI-ARIA’s specification.

Resources