Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
4.3.1
-
None
Description
The following HTML is not rendered correctly:
---8<------8<------8<------8<---
<html>
<head>
<title>Title</title>
</head>
<body>
<table bgcolor="#f0f0f0">
<tr>
<td colspan="10" width="200" rowspan="1"><p>XXXXXXXX</p></td>
<td colspan="10" width="200" rowspan="1"><p>XXXXXXXX</p></td>
</tr>
</table>
</body>
</html>
---8<------8<------8<------8<---
It appears to be creating 2 cells with width 2000 rather than 2 cells with width 200. Firefox and the Qt3 browser do the latter.