1<html> 
2<head> 
3<title>[ #427819 ] OPTION w/illegal FONT eats whitespace</title> 
4</head> 
5<body> 
6<form method="get"> 
7<select name="select"> 
8<option value="1"> Tidy <font size="7"> gets </font> 
9this right </option> 
10<!-- The following gets tidied into "Tidy getsthis 
11wrong" --> 
12<option value="2"> Tidy <font size="7"> gets</font> 
13this wrong </option> 
14</select> 
15</form> 
16</body> 
17</html>