Re: Label versus Title

> think that is probably why the general case form was used in a special
> case example.

Ouch.  I see what the code was actually doing.  It was
<label></label><lable></label><input><input>, which does need the general
form.  In this case, I'd say that, if it is not self evident, the labels
should be interleaved physically, or with table layout, logically.

I'd say that fieldset-legend was the correct approach, with labels for
the individual fields, if they need them.

Received on Sunday, 21 April 2002 06:59:44 UTC