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

No focus indicator for the toolbar button - accessibility #1020

Closed
sarbbottam opened this issue Sep 30, 2016 · 1 comment
Closed

No focus indicator for the toolbar button - accessibility #1020

sarbbottam opened this issue Sep 30, 2016 · 1 comment

Comments

@sarbbottam
Copy link

Focus indicator is extremely important to keyboard only users. Currently the default browser focus indicator is suppressed via outline: none at quill/develop/assets/base.styl

focus-indicator

Either enable browser default focus indicator or compensate it with custom style. You can read more about focus indicator and its necessity at Keyboard Accessibility and Lost Focus

Steps for Reproduction

  1. Visit http://quilljs.com/playground/
  2. Press tab to reach the toolbar buttons

Expected behavior:
Any focused element must be visible and identifiable

Actual behavior:
Notice that it is not possible to identify which button is focused.

Platforms:
Chrome latest, Mac latest

Version:
1.0.6

@sarbbottam
Copy link
Author

Thanks @jhchen.

tim-mc pushed a commit to tim-mc/quill that referenced this issue Dec 12, 2016
tim-mc pushed a commit to tim-mc/quill that referenced this issue Dec 12, 2016
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