-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement keyboard accessibility #9
Comments
+1 as this issue nullifies the tagline “A configurable captcha solution, focusing on accessibility & simplicity whilst maintaining security.” A fix would be to use |
Thanks for your suggestion @bramus |
I'll be working on this this week, last issue remaining :) |
desirepath41/visualCaptcha-frontend-core@193755e
Closes desirepath41/visualCaptcha#9: Implement keyboard accessibility Also fixed an issue where `config.callbacks.loaded` wasn't being called.
Closes desirepath41/visualCaptcha#9: Implement keyboard accessibility Also fixed an issue where `config.callbacks.loaded` wasn't being called.
Closes desirepath41/visualCaptcha#9: Implement keyboard accessibility Also fixed an issue where `config.callbacks.loaded` wasn't being called.
While visualCaptcha is usable with a screen reader, it's not usable by keyboard-only.
We need some actions for selection and tab indexes.
The text was updated successfully, but these errors were encountered: