Denis wrote:
Hi Sylvain,
I also noticed that, although the HTML spec recommends to underline the
accesskey in the label, no browser seems to do it. Any hint/advice on
this?
One way to get this is to create a <span> element around the 'access-key'
and set its border-bottom style property to 1px solid.
Do you meant <label for="name" accesskey="N">User <span class="accesskey">n</span>ame</label> ??
Will it break accessibility? I.e., will it mess up unusual browsers such as screen readers, lynx, etc?
Vadim