HTML5 (and other browsers) do not infer <select> on <optgroup>

This commit is contained in:
Henri Sivonen 2009-05-19 15:41:00 +03:00
parent bf34de619e
commit 15213180ab
3 changed files with 0 additions and 11 deletions

View File

@ -6,9 +6,6 @@
</s>
<form></form>
<form>
<select>
<optgroup></optgroup>
</select>
</form>
</body>
</html>

View File

@ -1,8 +1,3 @@
<form>
<select>
<optgroup></optgroup>
</select>
</form>
<table>
<th>head</th>
</table>

View File

@ -6,9 +6,6 @@
</head>
<body>
<form>
<select>
<optgroup></optgroup>
</select>
<table></table>
<input type="button" value="button"></input>
</form>