Inappropriate Id Attributes Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Id Attributes Check

Description

The “Inappropriate Id Attributes Check” evaluates whether any two elements have the same id attribute.

Example outcome

I found 1 repeated id attribute 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