Personally I would say yes, the legend give vital information about what information is being request and the fieldset tells the users/browser/reader that the information with in it is linked together
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kevin mcmonagle Sent: 25 September 2008 21:29 To: wsg@webstandardsgroup.org Subject: [WSG] semantics of a simple "form" im not an expert on this but should there be a fieldset or legend around this? not even sure if it qualifies as a form, although it has a submit button. <h4>Check-in Date:</h4> <select name="..."> <option value="1">01</option> ..... </select> <select name="..." id="..."> <option selected="selected" value="09|2008">Sep 08</option> ..... </select> <h4>Check-out Date:</h4> <select name="..."> <option value="1">01</option> .....</select> <select name="..."> <option selected="selected" value="09|2008">Sep 08</option> ..... </select> <div class="button"> <input type="submit" name="..." value="Search" id="..." /> </div> -thanks in advance kevin ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* -- No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.7.2/1689 - Release Date: 24/09/2008 18:51 ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************