Error spotted in html 4.01 documentation

Hello,

I don't really know where to send this mail so I contact you there as  
said in the Contact section.

I was looking for some documentation on forms in the html 4.01  
specifications and I noticed a big mistake (HUGE mistake in fact ! :D)
In the chapter 17 : "Forms in HTML documents"

In the "OPTGROUP" element example (17.6.1 Pre-selected options),  
there's a "</p>" missing :

<FORM action="http://somesite.com/prog/someprog" method="post">
  <P>
  <SELECT name="ComOS">
      <OPTION selected label="none" value="none">None</OPTION>
      <OPTGROUP label="PortMaster 3">
        <OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with  
ComOS 3.7.1</OPTION>
        <OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS  
3.7</OPTION>
        <OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS  
3.5</OPTION>
      </OPTGROUP>
      <OPTGROUP label="PortMaster 2">
        <OPTION label="3.7" value="pm2_3.7">PortMaster 2 with ComOS  
3.7</OPTION>
        <OPTION label="3.5" value="pm2_3.5">PortMaster 2 with ComOS  
3.5</OPTION>
      </OPTGROUP>
      <OPTGROUP label="IRX">
        <OPTION label="3.7R" value="IRX_3.7R">IRX with ComOS 3.7R</ 
OPTION>
        <OPTION label="3.5R" value="IRX_3.5R">IRX with ComOS 3.5R</ 
OPTION>
      </OPTGROUP>
  </SELECT>
  </P>
</FORM>
Thanks for everything !

Defresne Thierry


Vous cherchez l'intégrale des clips de Michael Jackson ? Bing !  
Trouvez !

Received on Monday, 7 December 2009 22:28:15 UTC