Skip to content

Conversation

@kirsty-hames
Copy link
Contributor

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

Fixes #822

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
- replace aria-label with alt
- remove aria-hidden
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

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.

Should we use alt instead of aria-label for image alternative text?

3 participants