Skip to content

Error · duplicate-id

Repeated internal names

Two elements share the same internal name, which confuses assistive technology and can break forms.

Who it leaves out: blind people (screen readers) · people who can't use a mouse

How to fix it

Make each name unique. Developer task, listed precisely below.

In the code

Make every id unique on the page; duplicates break labels, ARIA references and anchors.

Does your site have this error?

Free check in about a minute, no account.

One more chance: free scan · no account

Related errors

Automated testing covers roughly half of WCAG criteria; a full conformance claim also requires manual review. Technical information, not legal advice.