WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: QUESTION: Access Keys

for

From: Schoppa, Laura
Date: Sep 29, 2001 12:13AM


thanks so much! I appreciate your very thorough reply.
- Laura
-----Original Message-----
From: Joel Ward [mailto: <EMAIL REMOVED> ]
Sent: Friday, September 28, 2001 11:46 AM
To: WebAIM forum
Subject: Re: QUESTION: Access Keys

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.