Summary card actions must specify which card they are for #3673
Labels
accessibility regulations failure
Does not meet the Public Sector Accessibility Regulations (WCAG 2.2 level AA)
accessibility statement
These GitHub issues are or have previously been featured in our accessibility statement
accessibility
audit may 2023
Issues from May 2023 external accessibility audit against WCAG 2.2 criteria
summary list
Milestone
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_01
URLs:
https://govuk-frontend-pr-3503.herokuapp.com/full-page-examples/work-history#/delete
Screen shots
The ‘Delete work history’ links for each section, rely on surrounding content to understand their context and which work they will be deleting. As the link is not marked up in the same list item, table cell, or using different methods of aria, the link requires a user to move their focus to understand which work history they will be deleting.
Current code ref(s)
#main-content > div > div > div:nth-child(2) > div.govuk-summary-card__title-wrapper > div > 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 to the link which can be visually hidden to maintain the visual aesthetic.
The text was updated successfully, but these errors were encountered: