Hi,

I've "googled" without results for the following question why is necessary to place select elements in a <div> or other block level element in order to validate as XHMTL 1.1?


Valid form:

<form action="#">
<div>
<select onchange="if(this.selectedIndex!=0) self.location=this.options [this.selectedIndex].value" name="validation">
<option value="#" selected="selected">Validation</option>
<option value="http://validator.w3.org/check?uri=referer";>XHTML</option>
<option value="http://jigsaw.w3.org/css-validator/check/referer";>CSS</ option> <option value="http://www.cynthiasays.com/mynewtester/ cynthia.exe">508</option>
</select>
</div>
</form>


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

Reply via email to