Closed
Bug 629
Opened 26 years ago
Closed 26 years ago
parser bug, illegal table not handled right
Categories
(Core :: Layout, defect, P2)
Tracking
()
People
(Reporter: buster, Assigned: buster)
References
()
Details
here is a minimized test case. In Nav4, the outer table is effectively thrown
away. I've inserted comment tags where the <tr> and <td> are missing. If they
are added properly, the table behaves as expected.
<HTML>
<body>
<TABLE CELLSPACING=10 CELLPADDING=10 BORDER=10 bgcolor=yellow>
<!-- missing_tr><!-- missing_td>
<TABLE bgcolor=green>
<TR>
<TD VALIGN="TOP" width="110">
a
</TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD VALIGN="TOP" width="500">
x y z
</TD>
</TR>
</TABLE>
</TABLE>
</BODY>
</HTML>
The primary problem on this page has to do with floating images. If I take away
the align attribute on the images, the page lays out as expected.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Component: Unknown → Layout
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•