-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
D8CORE-4728: removed offending aria-label #865
Conversation
@cjwest Is there a reason for this change? 😃 Do you have a quick link to the ticket? I'm guess it's because the button already have a text label and so we don't actually need the aria-label - is that correct? |
Actually, it's worse than that, @yvonnetangsu. The way it's worded, it doesn't allow for voice navigation. 🤦♀️ |
Ahh that makes sense - the voice navigation! Removing the aria-label sounds good to me and I don't think it would break any existing projects. I can approve this for you now 😄 Thank you for this PR! |
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.
GTG - thanks for being the a11y ambassador @cjwest ! 😄 👍🏼
@yvonnetangsu I tried it out on Voiceover. The request is to merge to master. Do we want to do that or to v6? I am unsure. thanks! Jen |
Awesome - thanks for testing, @jenbreese! I just double checked and we're merging any v6 changes into |
Please feel free to hit the squash and merge whenever you're ready, @cjwest or @jenbreese |
READY FOR REVIEW
Summary
Currently the search is broken for voice navigation because the visible label and accessible name do not match.
See https://my2.siteimprove.com/Accessibility/1061997/NextGen/Issue?ruleId=14&pageSegments=&issueKind=1&exceptTags=1,2&conformance=&siteGoal=0,1,3,4
Needed By (Date)
Soon
Urgency
https://stanfordits.atlassian.net/browse/D8CORE-4728?focusedCommentId=122125
Steps to Test
aria-label="Search"
has been removed.Affected Projects or Products
Associated Issues and/or People
@mention
them here)See Also