-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[a11y] ExpandableSearch has unnecessary aria-label="button" #19532
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
[a11y] ExpandableSearch has unnecessary aria-label="button" #19532
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19532 +/- ##
==========================================
- Coverage 84.48% 84.48% -0.01%
==========================================
Files 373 373
Lines 14645 14644 -1
Branches 4840 4789 -51
==========================================
- Hits 12373 12372 -1
Misses 2125 2125
Partials 147 147 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 💯
746cb92
Closes #19516
This documentation states: "Don't use both on the same element because
aria-labelledby
will take precedence over aria-label if both are applied." Therefore, I have removed thearia-label
and keptaria-labelledby
sincearia-label
is redundant.Changelog
New
Changed
Removed
Testing / Reviewing