-
Notifications
You must be signed in to change notification settings - Fork 355
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
Toolbar Example: Add missing tooltips for issue 986 #1069
Conversation
…refer to popup labels
@spectranaut, this row had data-test-id="toolbar-button-aria-label". There are no longer aria-labels on these elements; they are now labeled by content. If this was a test that was getting run, it will now fail and should be removed. Deleting this row because we do not document or test implicit ARIA roles.
…ibing use of title attribute that is no longer included in the example.
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 pushed several changes, and it now looks good to me.
However, two of the changes I pushed modified or removed data-test-id values.
So, this needs further review by @spectranaut.
@jongund, @spectranaut can help resolve the remaining linting and testing issues with this PR. |
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.
Resolves issue #986 by adding "popup labels" (i.e. tooltips) that comply with WCAG 1.4.13 Content on Hover or Focus (AA) requirements.
Preview link
toolbar with WCAG 1.4.13 compliant popup labels