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
This archive was generated by hypermail 2.4.0 : Wednesday, 22 January 2020 16:58:36 UTC