Re: reCAPTCHA implementation problems

Gez Lemon wrote:
> The only time a tabindex attribute value of -1 is appropriate is if
> you definitely do not want people to be able to navigate to the
> element with the keyboard, but need to be able to programmatically
> focus on the element - this isn't the case here. Requesting a new
> CAPTCHA, toggling between visual and audio CAPTCHAs, and getting help
> are essential functions that everyone should be able to access, so
> those elements must be available with the keyboard alone to be
> considered accessible. 

<echo>

Very sound advice indeed.

Josh

Received on Tuesday, 17 July 2007 16:19:28 UTC