desirepath41 / visualCaptcha

visualCaptcha's Main Repo. This is a collection of all the different versions/repos of visualCaptcha.
https://emotionloop.github.io/visualCaptcha-demo/
407 stars 43 forks source link

Implement keyboard accessibility #9

Closed BrunoBernardino closed 9 years ago

BrunoBernardino commented 10 years ago

While visualCaptcha is usable with a screen reader, it's not usable by keyboard-only.

We need some actions for selection and tab indexes.

bramus commented 10 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.

BrunoBernardino commented 10 years ago

Thanks for your suggestion @bramus

BrunoBernardino commented 9 years ago

I'll be working on this this week, last issue remaining :)