ragazzi ho un problema di interpretazione

Codice PHP:
<select name="comuni" size="6">
                      <
option  id="ARCINAZZO ROMANO" label="RM" value="5208" title="72" lang="00020">ARCINAZZO ROMANO</option>
<
option  id="BAGNARA DI ROMAGNA" label="RA" value="4227" title="67" lang="48010">BAGNARA DI ROMAGNA</option>
<
option  id="BAGNO DI ROMAGNA" label="FC" value="4212" title="33" lang="47021">BAGNO DI ROMAGNA</option>
<
option  id="BARBARANO ROMANO" label="VT" value="5186" title="95" lang="01010">BARBARANO ROMANO</option>
<
option  id="BASSANO ROMANO" label="VT" value="5191" title="95" lang="01030">BASSANO ROMANO</option>
<
option  id="CAMPAGNANO DI ROMA" label="RM" value="5243" title="72" lang="00063">CAMPAGNANO DI ROMA</option>
<
option  id="CARPINETO ROMANO" label="RM" value="5268" title="72" lang="00032">CARPINETO ROMANO</option>
<
option  id="CASALROMANO" label="MN" value="1391" title="47" lang="46040">CASALROMANO</option>
<
option  id="CASTEL SAN PIETRO ROMANO" label="RM" value="5293" title="72" lang="00030">CASTEL SAN PIETRO ROMANO</option>
<
option  id="CERVARA DI ROMA" label="RM" value="5308" title="72" lang="00020">CERVARA DI ROMA</option>
<
option  id="CINETO ROMANO" label="RM" value="5323" title="72" lang="00020">CINETO ROMANO</option>
<
option  id="CIVITELLA DI ROMAGNA" label="FC" value="4276" title="33" lang="47012">CIVITELLA DI ROMAGNA</option>
<
option  id="FABRICA DI ROMA" label="VT" value="5286" title="95" lang="01034">FABRICA DI ROMA</option>
<
option  id="FIANO ROMANO" label="RM" value="5346" title="72" lang="00065">FIANO ROMANO</option>
<
option  id="GENZANO DI ROMA" label="RM" value="5374" title="72" lang="00045">GENZANO DI ROMA</option>
<
option  id="GIULIANO DI ROMA" label="FR" value="5367" title="34" lang="03020">GIULIANO DI ROMA</option>
<
option  id="MAGLIANO ROMANO" label="RM" value="5410" title="72" lang="00060">MAGLIANO ROMANO</option>
<
option  id="MAZZANO ROMANO" label="RM" value="5434" title="72" lang="00060">MAZZANO ROMANO</option>
<
option  id="MONTE ROMANO" label="VT" value="5348" title="95" lang="01010">MONTE ROMANO</option>
<
option  id="MONTORIO ROMANO" label="RM" value="5460" title="72" lang="00010">MONTORIO ROMANO</option>
<
option  id="MORCIANO DI ROMAGNA" label="RN" value="4422" title="100" lang="47833">MORCIANO DI ROMAGNA</option>
<
option  id="OLEVANO ROMANO" label="RM" value="5481" title="72" lang="00035">OLEVANO ROMANO</option>
<
option  id="ORIOLO ROMANO" label="VT" value="5364" title="95" lang="01010">ORIOLO ROMANO</option>
<
option  id="PONZANO ROMANO" label="RM" value="5495" title="72" lang="00060">PONZANO ROMANO</option>
<
option  id="ROCCAROMANA" label="CE" value="6338" title="20" lang="81051">ROCCAROMANA</option>
<
option  id="ROMA" label="RM" value="5517" title="72" lang="00118">ROMA</option>
<
option  id="ROMAGNANO AL MONTE" label="SA" value="6480" title="74" lang="84020">ROMAGNANO AL MONTE</option>
<
option  id="ROMAGNANO SESIA" label="NO" value="768" title="52" lang="28078">ROMAGNANO SESIA</option>
<
option  id="ROMAGNESE" label="PV" value="2314" title="65" lang="27050">ROMAGNESE</option>
<
option  id="ROMALLO" label="TN" value="3096" title="83" lang="38028">ROMALLO</option>
<
option  id="ROMANA" label="SS" value="7965" title="79" lang="07010">ROMANA</option>
<
option  id="ROMANENGO" label="CR" value="2033" title="25" lang="26014">ROMANENGO</option>
<
option  id="ROMANO CANAVESE" label="TO" value="1089" title="84" lang="10090">ROMANO CANAVESE</option>
<
option  id="ROMANO D'EZZELINO" label="VI" value="3673" title="93" lang="36060">ROMANO D'EZZELINO</option>
<option  id="ROMANO DI LOMBARDIA" label="BG" value="2599" title="11" lang="24058">ROMANO DI LOMBARDIA</option>
<option  id="ROMANS D'
ISONZO" label="GO" value="3800" title="36" lang="34076">ROMANS D'ISONZO</option>
<option  id="
SAN ROMANO IN GARFAGNANA" label="LU" value="4761" title="43" lang="55038">SAN ROMANO IN GARFAGNANA</option>
<option  id="
SAN VITO ROMANO" label="RM" value="5527" title="72" lang="00030">SAN VITO ROMANO</option>
<option  id="
SANT'ANGELO ROMANO" label="RM" value="5525" title="72" lang="00010">SANT'ANGELO ROMANO</option>
<
option  id="SANTARCANGELO DI ROMAGNA" label="RN" value="4500" title="100" lang="47822">SANTARCANGELO DI ROMAGNA</option>
<
option  id="TREVIGNANO ROMANO" label="RM" value="5534" title="72" lang="00069">TREVIGNANO ROMANO</option>
<
option  id="VILLAROMAGNANO" label="AL" value="1012" title="2" lang="15050">VILLAROMAGNANO</option>
<
option  id="VIVARO ROMANO" label="RM" value="5540" title="72" lang="00020">VIVARO ROMANO</option>
</
select

questo codice su ie6, firefox 2 e opera 9.1 funziona correttamente ovvero nella select mi appare il nome del comune ad, esempio l'ultima riga mi visualizza il comune vivaro romano ... su ie7 invece mi visualizza il valore contenuto nel parametro label del tag option ovvero il valore RM


è un bug di ie7 o nel giro di di pochi giorni è cambiato qualcosa nello standard html ?

grazie