Closed BrunoBernardino closed 9 years ago
+1 as this issue nullifies the tagline “A configurable captcha solution, focusing on accessibility & simplicity whilst maintaining security.”
A fix would be to use input[type="radio"]
elements instead of img
elements, as the former are accessible by default. With some CSS they can be styled to show the linked image.
Thanks for your suggestion @bramus
I'll be working on this this week, last issue remaining :)
While visualCaptcha is usable with a screen reader, it's not usable by keyboard-only.
We need some actions for selection and tab indexes.