Skip to content
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-only tooltip-generating elements need screenreader text #841

Open
aaronshekey opened this issue Jan 26, 2022 · 0 comments
Open

Icon-only tooltip-generating elements need screenreader text #841

aaronshekey opened this issue Jan 26, 2022 · 0 comments

Comments

@aaronshekey
Copy link
Contributor

Scenario, you've got a button with an icon and a title attribute. You've wired it up to our tooltip controller.

The issue with this is our tooltip controller strips the title attribute entirely, building the content of the title into the popover.

Possible solution? Swap title for aria-label in the tooltip JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant