| Title | Id Attributes Check |
|---|---|
| id | id_01 |
| type | true |
| elem | id |
| test | idAtt |
| score | 10 |
| level | A |
| trust | 1 |
| ref | H93 |
| scs | 4.1.1 |
| dis | 43353 |
| result | passed |
The "Id Attributes Check" evaluates whether all id attributes are unique.
I noticed that there are no id attributes repeated on this webpage.
- 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.
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.