- From: Matthew Raymond <mattraymond@earthlink.net>
- Date: Thu, 12 Aug 2004 12:38:18 -0400
Anne van Kesteren wrote:
> Hereby a simple proposal to add the ACCESSKEY attribute to the SELECT
> element. According to the HTML 4.01 specification this is invalid[1],
> but it seems to be supported in at least Mozilla and Internet Explorer.
>
> I don't get it to work in Opera. Test case used:
>
> <select accesskey="1">
> <option>foo
> <option>bar
> <option>quuz
> </select>
Is this really needed in light of the fact that <label> supports
|accesskey|? Sample code:
<label accesskey="1">
<select>
<option>foo
<option>bar
<option>quuz
</select>
</label>
Received on Thursday, 12 August 2004 09:38:18 UTC