Accessibility Issue: Logo Link Missing Accessible Name (WCAG 2.4.4 / 4.1.2) #1340
Maedchengestalter
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m using the Astroid framework and I noticed an accessibility issue with the logo.
Astroid outputs the logo as a link without any accessible name, for example:
Because the image has no alt text and the link has no aria-label, accessibility scanners and screen readers report an error:
“Link has no discernible text / missing accessible name.”
This violates WCAG/BITV guidelines and is a problem especially in Germany, where accessibility compliance is required by law.
Could you please consider adding support for:
For example:
This would solve the issue and make the logo link fully accessible.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions