What does this mean?
Screen reader users will see links on a page listed without context, so you should ensure the same link text is not used to point to different web addresses.
For example:
More help<p>
Learn the latest about our products:
<a href="/products/news">News</a>
</p>
<p>
Learn the latest about our services:
<a href="/company/news">News</a>
</p>
To a screen reader who is listing links, they will only hear:
- News
- News
These links appear to be the same, but they both behave differently.
One solution, which doesn't require the page design to change, is to add an
aria-label
for each link:
<p>
Learn the latest about our products:
<a href="/products/news" aria-label="Product news">News</a>
</p>
<p>
Learn the latest about our services:
<a href="/company/news" aria-label="Company news">News</a>
</p>
Which will be heard as:
- Product news
- Company news
To pass this checkpoint, make sure that links which point to different pages
have distinct text inside them, or that they specify ARIA labels (aria-labelledby
or
aria-label
), or they use hidden text only visible to screen readers
(e.g. <span class="sr-only">...</span>
) to distinguish them from each
other.
If links point to the same page (e.g., they redirect or use tracking parameters, but are functionally equivalent to the user) you can ignore this issue.
70.2% done
How close this website is to fixing this issue.
Text | Found on page | Issues |
---|---|---|
Child Maintenance Service | 65 | |
This file may not be suitable for users of assistive technology. Request an accessible format. If you use assistive technology (such as a screen reader) and need a version of this document in a more accessible format, please email accessible.formats@dwp.gov.uk . Please tell us what format you need. It will help us if you say what assistive technology you use. | 60 | |
Child Maintenance Choices | 7 | |
Policy papers and consultations | 6 | |
Research and statistics | 6 | |
Child maintenance | 4 | |
Paying parent income adjustments | 4 | |
How child maintenance is calculated | 4 | |
Guidance and regulation | 4 | |
Child maintenance payments | 4 |