-
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
Icon tool tip #50
Comments
The auro-icon element pulls all the SVG icons from the Auro Icons repo. Each SVG comes with a baseline title that is derived from the file name, or there is an optional title attribute if one has been provided from either design or content writers. You can see all the titles and descriptions here https://github.com/AlaskaAirlines/Icons/blob/master/src/data/icons.json#L553 By default, all icons are hidden from screen readers, but there is an issue to remove that strict opinion #46 (comment) Regardless, for a11y support, an SVG requires a |
No further action was taken. |
Describe the bug
There is an unwanted tooltip on hover. The tooltip text cannot be changed or removed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No tooltip should popup unless specified.
Screenshots
The text was updated successfully, but these errors were encountered: