-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(RadioButton): remove unecessary aria-label #4678
Conversation
Deploy preview for the-carbon-components ready! Built with commit 80d8f60 https://deploy-preview-4678--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 80d8f60 |
Deploy preview for carbon-components-react ready! Built with commit 80d8f60 https://deploy-preview-4678--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 4a439ac |
Deploy preview for carbon-components-react ready! Built with commit 4a439ac https://deploy-preview-4678--carbon-components-react.netlify.com |
Deploy preview for the-carbon-components ready! Built with commit 4a439ac https://deploy-preview-4678--the-carbon-components.netlify.com |
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.
it looks like snapshots need to be updated to pass CI
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.
Once the snapshots are updated, this looks good to me! 🎉
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.
lgtm
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.
LGTM 👍 - Thanks @dakahn!
@dakahn Could you update the snapshot? Thanks! |
Closes #4491
Really quick one here. Removes an unneeded
aria-label
that was causing label duplication in Safari and just totally breaking labeling for VoiceOver in Chrome.Testing / Reviewing
In Safari with VO make sure that the label is only read once. In Chrome -- check and make sure the label is read.