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

Tool-tips are inaccessible #78

Closed
aardrian opened this issue Oct 10, 2017 · 3 comments
Closed

Tool-tips are inaccessible #78

aardrian opened this issue Oct 10, 2017 · 3 comments

Comments

@aardrian
Copy link

  1. The tool-tips are inaccessible for keyboard users. They should be triggered on focus as well as on hover.

  2. You can make it screen reader accessible by changing the data-balloon attribute to aria-label, with the caveat that it will completely override the text in the control.

Some resources that can be helpful:

@kazzkiq
Copy link
Owner

kazzkiq commented Oct 10, 2017

I believe @maximelebreton's PR #56 addresses most of those points.

Will review the code and fix conflicts in order to push it into v0.6.0.

@kazzkiq kazzkiq added this to the v0.6.0 milestone Oct 10, 2017
@aardrian
Copy link
Author

Dammit. I missed those issues (#19 and #55 as well). Apparently I suck at GitHub searching.

@kazzkiq
Copy link
Owner

kazzkiq commented Oct 10, 2017

To be honest, the number of accessibility-related issues being open only shows how important this topic is.

I'm closing this to keep this topic centered at #19.

@kazzkiq kazzkiq closed this as completed Oct 10, 2017
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

2 participants