Patrick H. Lauke wrote:

The "belt and braces" approach when using labels is to make the label both explicit (via "for") *and* implicit (by wrapping the control in the label)

<label for="foo">explicit and implicit label <input type="text" id="foo" name="foo" /></label>


By including the element being labelled as part of the label's definition aren't the semantics of an implicit label just a little bit dubious (even if it does meet the DTD)?

Peter

--
Peter Asquith
http://www.wasabicube.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to