-
Notifications
You must be signed in to change notification settings - Fork 685
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
Add missing aria-label on icon buttons #303
Conversation
Did you forget the Other than that, 👍 |
Done, thanks @maxpoulin64. Although... The sidebar is probably not accessible at all at the moment (I couldn't access it with VoiceOver, but maybe I'm not used to this software enough yet). |
2d34a32
to
705f3d1
Compare
</footer> | ||
<div id="main"> | ||
<div id="windows"> | ||
<div id="chat" class="no-colors"></div> | ||
<div id="sign-in" class="window"> | ||
<div class="header"> | ||
<button class="lt"></button> | ||
<button class="lt" aria-label="Toggle menu"></button> |
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.
Change Toggle menu
to Toggle channel list
or Toggle sidebar
.
705f3d1
to
57d7b01
Compare
🚢 |
@xPaw told me he was 👍 on IRC. Merging (after tests pass :p). |
…n-buttons Add missing aria-label on icon buttons
This is an attempt at fixing #296. Let me know if wording is off.