2.4 Remove link not associated with context (Observation)
2.4.1 Remove link not associated with context
On the Prisoner’s qualifications page, users are required to confirm their answers prior to submitting the report. Users can make changes to the information by selecting the adjacent ‘change’ link. To sighted users, it is easy to instantly see the association between the links and the adjacent information. However, there is no programmatic association between the link text and the adjacent information, which means blind screen reader users will need to use the arrow keys to navigate across the table.
Link text should be consistently clear, both visually and programmatically, so the emphasis isn’t on the user to decipher where the link goes.
For a positive example of this see: Positive: Change links programmatically associated to context (Positive)

FIGURE 2.4: Remove button highlighted with NVDA speech viewer activated
2.4.2 Recommendation
As a suggestion, consider implementing a visually hidden span
in the same way it is elsewhere on the site i.e.
<button
type="submit"
value="LEVEL_5-test-b"
name="removeQualification">Remove
</button> <span
class="govuk-visually-hidden">
[level], [subject], [grade]</span>