Re: Underline element.

On Dec 28, 2007, at 2:42 AM, Andrew Fedoniouk wrote:

>
> There is one case that we use in UI for <u> - to mark shortcut  
> combinations:
>
> <button><u>O</u>pen</button>
>
> We do have special behavior defined for the <u> element that
> synthesizes button click event when user presses Ctrl-O
> (for the button above).
>
> So this brings some semantic meaning to the element
> but this is not what it was intended for of course.
>

One can always use CSS for such purposes:
http://www.w3.org/TR/css3-selectors/#nth-child-pseudo


Best regards,
Niko Neugebauer
------------------------
http://www.nikoport.com

Received on Friday, 28 December 2007 11:18:31 UTC