Closed CharlotteDowns closed 1 year ago
This issue has been assessed to not be a high-severity accessibility concern. It doesn't appear to meet any of our 3 criteria for a high-severity accessibility concern.
As such, this will not be flagged as a high-priority issue.
In the coming weeks we will investigate whether it fails WCAG level AAA criterion: 2.4.9 Link Purpose (Link Only).
Even though this is not a high-priority issue, we think this is likely to be a breaking change, so we're going to try to fix it as part of v5.0.
This issue is from May 2023 external accessibility audit report.
WCAG Reference: 2.4.9 Link Purpose (Link Only) (Level AAA) Understanding Link Purpose (Link Only) | How to Meet Link Purpose (Link Only)
Issue ID: DAC_Link_Purpose_Out_Of_Context_02
URLs: https://govuk-frontend-pr-3503.herokuapp.com/full-page-examples/search
Screen shots
The ‘Next’ and ‘Previous’ links in the pagination do not possess additional link text of ‘page’ or similar to inform users of screen reading assistive technologies of their purpose when viewing the links out of context using the link text alone.
Current code ref(s)
#main-content > form > div.govuk-grid-row > div.govuk-grid-column-two-thirds > nav > div.govuk-pagination__prev > a
Screen-reader comments
Solution
Ensure that links are descriptive enough when navigating out of context, allowing for users of screen reading assistive technologies to discern their purpose and functionality when doing so. Consider adding the text ‘page’ to the ‘next’ and ‘previous’ pagination links ot clearly identify that that is what they are used for.