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
- Visual Impairments: Screen readers may misidentify labels or headings.
- Motor Impairments: Broken skip links or modals may prevent keyboard users from navigating.
- Cognitive Disabilities: Mismatched or incorrect landmarks increase confusion.
Fixes
To address inappropriately repeated id
attributes:
- Locate the different elements with the same
id
.
- Change them in order to ensure that each element has a unique
id
.
Resources