Closed Bug 629 Opened 26 years ago Closed 26 years ago

parser bug, illegal table not handled right

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 628

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>
I think the parser problem is fixed, and its now a table bug.
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: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Component: Unknown → Layout
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 628 ***
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.