Tom Byers
Tom Byers
## Description of the issue Radios and checkboxes can be activated by clicking their labels. The cursor will change when the mouse/trackpad/pointer is over the label to indicate this but...
## Description of the issue The link style doesn't have a sufficient contrast on a white background for low vision users and there is not enough of a visual cue...
## Description of the issue The New Transport font, now used across www.gov.uk and any site on the `.service.gov.uk` domain, can be hard to read for vision impaired users. Those...
The skip link component adds a `#main-content` fragment identifier to the current URL. This can persist across pages causing an unexpected jump to the main content area on load. I'd...
We've fixed 2 a11y issues so this removes them: - [Save selection when going back to first page in email or letter branding journey](https://github.com/alphagov/notifications-admin/pull/5076) - [Fix problem with skiplinks adding...
## What should change Images with blank alt text shouldn't be wrapped in anchor tags. ## User need All images are wrapped in anchor tags which link to the image...
## Whatβs changed This introduces a guard against images with no alt text, choosing to only wrap them in hyperlinks, the default behaviour now, when found. My Ruby is basic...