- From: ACJ <ego@acjs.net>
- Date: Sat, 04 Sep 2004 01:27:15 +0200
- To: dhtmlkit@dhtmlkitchen.com
- CC: www-style@w3.org
dhtmlkit@dhtmlkitchen.com wrote:
>
>
>I just thought this would be a useful idea.
>
>Instead of:
>
><a href="#content3" accesskey="d" tabindex="3"
> id="tab3" class="tab"><u>D</u>ownload</a>
>
>Use:
>
>a.tab:accesskey {
> text-decoration: underline;
>}
>
>
><a href="#content3" accesskey="d" tabindex="3"
> id="tab3" class="tab">Download</a>
>
>
>
Nice thought.
What would happen if the accesskey is not a letter from the label (which
is quite common)?
Received on Friday, 3 September 2004 23:23:48 UTC