Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External links do not convey the information about external redirect for screen readers #1274

Open
HRemonen opened this issue May 10, 2024 · 0 comments

Comments

@HRemonen
Copy link
Contributor

HRemonen commented May 10, 2024

External links with the icon are fine for users with normal or limited sight. However as the icon has aria-hidden="true" they are not conveyed to screen reader users.

This is not a direct WCAG requirement it is still best practice.

image

How to fix

Add alt="opens in new window" and remove the aria-hidden attribute. Or add a element with the content "opens in a new window" and add a aria-describedby attribute to the element which points to the element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Priority
Development

No branches or pull requests

1 participant