> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Paul Collins
> Sent: Friday, August 08, 2008 8:45 AM
> To: wsg@webstandardsgroup.org
> Subject: RE: [WSG] Correct markup of fieldset
> 
> That was my thinking originally Stuart, which is why I put up the post.
The
> submit button isn't part of a group, so I thought it shouldn't be in a
> fieldset.

But there is no need of a fieldset to wrap a label and a text box, these two
are not a "group of controls".
So imho this would make more sense:

<form>
    <div>
        <label for="">Search</label>
        <input id="" type="text" value=""/>
        <input type="submit"/>
    </div>
</form>


-- 
Regards,
Thierry | http://www.TJKDesign.com






*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to