Inappropriate Role Value Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Role Value Check

Description

The “Inappropriate Role Value Check” evaluates whether there is any invalid role attribute value on HTML elements.

Example outcome

I located 1 role attribute with invalid 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