-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Hide bit-icon component from screen readers by default #14295
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #14295 +/- ##
=======================================
Coverage 36.17% 36.18%
=======================================
Files 3200 3200
Lines 91420 91422 +2
Branches 16371 16371
=======================================
+ Hits 33069 33077 +8
+ Misses 55993 55987 -6
Partials 2358 2358 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
5af3f6d
to
2fb7a08
Compare
1908a7f
1908a7f
to
f84aa92
Compare
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.
I would double-check that the libs/anon-layout component isn't used in the desktop app -- if it is, we'll need to add the translation string there too
@vleague2 As far as I can tell, it is only used in the extension currently |
6c68dd6
to
3ace399
Compare
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/CL-619
📔 Objective
Icons are generally decorative. Want to ensure they are hidden from screen readers unless we explicitly want them to be read.
aria-hidden="true"
to icons by defaultaria-hidden="false"
whenariaLabel
is provided📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes