[whatwg] [WF2] Label with empty for attribute

Hi,

It is not defined what should happen when a label has an empty for="" 
attribute. Consider the following example:

   <label for="">foo<input></label>

Is the label element part of the .labels DOM attribute for the input? What 
should the label's .control DOM attribute return?

Regards,
Simon Pieters

Received on Friday, 20 January 2006 04:56:27 UTC