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

consider adding better focus states for keyboard users #12

Closed
skattabrain opened this issue Dec 9, 2020 · 1 comment · Fixed by #55, #49, #41, #38 or #36
Closed

consider adding better focus states for keyboard users #12

skattabrain opened this issue Dec 9, 2020 · 1 comment · Fixed by #55, #49, #41, #38 or #36

Comments

@skattabrain
Copy link

Nice work!

While exploring your Storybook, I quickly noticed that focus states are not obvious enough for users that like to use the keyboard to tab around the page. Considering this story - https://qvant-lab.github.io/qui/?path=/story/components-qtabs-qtabs--q-tabs-story

You might want to consider using focus visible polyfills to only include more obvious focus state rings when using a keyboard on your various components.

https://github.com/WICG/focus-visible

https://github.com/csstools/postcss-focus-visible

@cheesytim
Copy link
Member

thank you! Sure, we will add more accessibility features

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