Re: Formalization of rule 91

> Saying something like: <input/> <a/> <label/> would not
> be acceptable. Focusable elements like "label" and "a"
> must not nest either.
>
I think it's OK to nest the 'label' and 'a' elements. Example:
<label for="B01"><a class="label" href="reservasB01.html" title="Resource 
#1's bookings">Resource #1</a></label>

This is valid XHTML strict. The label still looks and acts like a link. The 
label is explicitly associated with the control.

Do you see a problem with this?

Cheers,
Chris

Received on Monday, 4 July 2005 16:02:06 UTC