-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fixes #3456 - Add aria-labelled-by attributes to wizard step icons #3516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into this! Not very familiar with this property, so I looked it up, looks like like it's aria-labelledby=""
(without the hyphen), so may be devtools not recognizing it because of the hyphen
Oh yay, thanks for the careful review! |
Co-authored-by: Ksenia <[email protected]>
I guess we can do the same thing with the other icons, so let's not merge this just yet @ksy36 -- I can add that maybe later tonight. |
Oh wait, those messages are about interactive semantics, etc. I don't plan on addressing those. We got all the image label issues taken care of. r? @ksy36 |
Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks!
Thanks all! |
In theory this should fix #3456, but the devtools accessbility inspector doesn't recognize the
aria-labelled-by
attribute, but I think that's a bug (I will file one and post a link here).We can fix this error by duplicating the description text, but then a screen reader will read it twice, which seems bad.