What does this mean?
All ID attributes on a page must be unique, or accessibility technology used by the page can stop working.
More helpFor example, the duplicate id
here makes it unclear which label belongs to which input field:
<label for="name">Your name</label>
<input id="name">
<label for="name">Company name</label>
<input id="name">
Similar issues can occur when using aria-labelledby
and aria-describedby
.
To fix this, ensure all id
attributes on a page are unique.
See Technique H93 for more information.
5.5% done
How close this website is to fixing this issue.
This issue is quite technical.
To understand what is going on, you may need some familiarity with
HTML,
the language used to create web pages. Ask a web developer if you need help.
HTML | Found on page | Issues |
---|---|---|
<img alt="Homes for Wells" src="//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:248/qt=q:95" srcset="//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:248/qt=q:95,
//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:372/qt=q:95 1.5x,
//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:496/qt=q:95 2x,
|
18 | |
<img alt="Homes for Wells" src="//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:208/qt=q:95" srcset="//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:208/qt=q:95,
//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:312/qt=q:95 1.5x,
//img1.wsimg.com/isteam/ip/5ce2fb5e-2bdb-40e6-841b-c28eb965605d/Compressed%20%20homes%20for%20wells%20logo.jpg/:/rs=h:416/qt=q:95 2x,
|
16 |
34
distinct issues were
found in the sample of 18 web pages.