WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: QUESTION: Access Keys

for

From: Joel Ward
Date: Sep 28, 2001 9:50AM


Whoops, I just noticed I made a mistake on one of my examples. #2's example
should look like this:
<label for="test">Test Field</label>
<input name="test" id="test" type="text" accesskey="T" tabindex="1">
Note the addition of NAME and ID to the INPUT tag.