tidy-html5/test/input/in_501669.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

16 lines
311 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html401/loose.dtd">
<html>
<head>
<title>[ #501669 ] width="n*" marked invalid on &lt;COL&gt;</title>
</head>
<body>
<table summary="col width problem">
<col width="0*">
<tr>
<td>xx</td>
</tr>
</table>
</body>
</html>