-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Screen Reader Available Email label fields associated misattributed commits emails #16240
Screen Reader Available Email label fields associated misattributed commits emails #16240
Conversation
@@ -38,6 +38,7 @@ | |||
height: 10px; | |||
// With width=100%, the icon will be centered horizontally | |||
width: 100%; | |||
vertical-align: unset; |
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.
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.
Code makes sense and works as expected! I'm surprised about the icon on Windows, I wonder if that broke on a recent (or not-so-recent) change 🤔
I am guessing it was on my recent PR that made the avatar a button when misattributed commit warning is present since it was |
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.
#![Uploading windows-11-itunes-for-windows-account-view-account-manage-payments-add-payment-method.png…]()
Closes https://github.com/github/accessibility-audits/issues/3280
Description
This PR adds an
aria-label
to the other email input box in theGit
preferences/options. This adds a "Email" label to the select input of the misattribute popover.Screenshots
macOS
CleanShot.2023-03-02.at.12.19.12.mp4
Windows:
CleanShot.2023-03-06.at.07.22.03-trimmed.mp4
Release notes
Notes: [Improved] Other email input in "Git" preferences/Options and misattributed popover email select have a screen readable label.