-
Notifications
You must be signed in to change notification settings - Fork 4
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 aria-label and grid header on test hover #152
Conversation
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.
Nice addition!
13edcb2
to
6de9e13
Compare
Hmm, just wondering if this counts as misusing aria-label, since this is not using it for accessibility, but to implement a UX feature. |
That was mostly the idea of adding the aria-label for hover was for the accessibility, and hopefully to make the test grid more accessibility friendly. There's a couple other approaches that I can think of off the top of my head:
|
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.
Liking the new test display on the header!
This is related to #148. Added the
aria-label
property so that it should display the title on hover. Tested on Firefox and Brave 😄