Skip to content

Conversation

@kirsty-hames
Copy link
Contributor

@kirsty-hames kirsty-hames commented Jan 29, 2026

Fixes #122

Update

  • replace image aria-label with alt
  • remove image aria-hidden

Testing confirmed all major screen readers handle alt and aria-label equivalently and Adapt would benefit from the broader benefits of alt. Benefits include:

  • alternative text displayed when image fails to load
  • alternative text retained when copying images into Word or similar tools.

Testing also confirmed an empty alt tag (alt="") is widely supported by screen readers / browsers to ignore an image without the need for aria-hidden.

Related

- replace aria-label with alt
- remove aria-hidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Needs Reviewing

Development

Successfully merging this pull request may close these issues.

Replace image aria-label with alt and remove redundant aria-hidden

2 participants