Id Attributes Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Id Attributes Check

Description

The “Id Attributes Check” evaluates whether all id attributes are unique.

Example outcome

I noticed that there are no id attributes repeated on this webpage.

Impact

Fixes

To address inappropriately repeated id attributes:

  1. Locate the different elements with the same id.
  2. Change them in order to ensure that each element has a unique id.

Resources