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> ??


OTOH, I just don't know how difficult it is to impement into woody ...



Since labels are produced by the XSL, this should be feasible, although not that straightforward since labels can contain not only text, but also arbitrary markup.


Sylvain

Sylvain Wallez                                  Anyware Technologies
http://www.apache.org/~sylvain           http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
Orixo, the opensource XML business alliance  -  http://www.orixo.com




Reply via email to