Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.14 KB

File metadata and controls

42 lines (30 loc) · 1.14 KB
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

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:

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

Resources