12.2 All id attributes are unique
Frequently JavaScript or CSS styles refer to an element by it's id. Id's are designed to be unique so that the code can reference one specific element. If this is not the case however, they may fail to target the element intended. This can lead to adverse affects for users of assistive technologies.
WCAG 4.1.1: Parsing Opens in a new window
Details
- Every
id
on a page is unique.