-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary list row actions within summary cards must specify which summary card they're part of #3674
Comments
This issue has been assessed to not be a high-severity accessibility concern. It only meets 1 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 A criterion: 2.4.4 Link Purpose (In Context). |
What is the best fix here? Is it a case of putting the name of the card before or after the link text or as an There was some talk of making cards into I'm not sure if there's a solution to hand that doesn't have the potential to be a bit information overload-y, but too much context is always better than too little, I imagine. |
This has also already been captured in Accessibility issue: duplicate links on example for summary cards |
This issue is from May 2023 external accessibility audit report.
WCAG Reference:
2.4.4 Link Purpose (In Context) (Level A)
Understanding Link Purpose (In Context) | How to Meet Link Purpose (In Context)
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_02
URLs:
https://govuk-frontend-pr-3503.herokuapp.com/full-page-examples/work-history#/delete
Screen shots
The ‘change’ links have been provided with additional link text to inform users of screen reading assistive technologies that they relate to the different questions i.e., ‘job title’. However, additional context is required to understand their whole purpose as to which section and work they relate to. For example, a user would need to navigate backwards to locate the heading to which they are sectioned under, and as there are multiple ‘change job title’ links, this can be confusing for users.
Current code ref(s)
#main-content > div > div > div:nth-child(3) > div.govuk-summary-card__content > dl > div:nth-child(1) > dd.govuk-summary-list__actions > a
Screen-reader comments
Solution
Ensure that all links are descriptive of their purpose and functionality, allowing users of screen reading assistive technologies to confidently interact and understand the link.
The best way to make sure of this, is to locate links where some additional link context is needed to understand the purpose of the link. For each link:
Consider adding additional text including the heading or work section to give a clear purpose for the link.
The text was updated successfully, but these errors were encountered: