2.1 Positive: Change links programmatically associated to context (Positive)
2.1.1 WCAG 1.3.1 (A) - Desktop
On the Check your answers page there is a list of “Change” links that allow users to alter information they have entered throughout the journey. These links have been programmatically associated with the relevant information through the use of a visually hidden span
. This means screen reader users are immediately aware of what the link refers to without needing to navigate across the table.

FIGURE 2.1: Change links highlighted with NVDA speech viewer activated on check answers page
2.1.2 Code snippet
<a href="...">
Change<span class="govuk-visually-hidden">
whether they're hoping to work when they're released</span>
</a>