Hi all,
Got a bit of a forms dilemna in regards to accessibility. Tab index works fine on all aspects of the form except for the Security Key section (captcha form to keep out spammers).
The tab button just goes right over the Security key input field and straight to the submit/reset buttons. I attempted to hand code in the Security Key form details via HTML and include in the tab index but then the security key image does no generate anymore.
This bites, as the form is not truly accessible. Is there a solution for this? Also another thing comes to mind. People with a vision impairment are naturally going to use the tab index but when they have to copy in the letters from the image - how are they going to do that?
In common Google Recaptcha forms, there is an audio option for people with vision impairments. What can the Squiz system do here to improve on accessibility for these people?