Web Happens

Accessibility Action report

Average Joe's

Back

id attribute value must be unique

Ensures every id attribute value is unique


Status
Failed
Impact
Minor
Category
Parsing
WCAG criteria
Guidance
Deque University

1 issue across 1 page

How to fix

To fix the issue, you need to resolve this:

  • Document has multiple static elements with the same id attribute: nav

Where to fix

We found occurrences on 1 page:

  1. alphagov.github.io/accessibility-tool-audit/tests/html-duplicate-id.html

    HTML node
    <div id="nav">global nav</div>
    CSS selector
    div:nth-child(1)