Closed
Bug 647
Opened 27 years ago
Closed 26 years ago
mismatched style tags in nested tables closes outer table prematurely
Categories
(Core :: Layout: Tables, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: rickg)
References
()
Details
this is a minimized test case derived from http://www.dogpile.com. Interesting
behaviors:
1. if the begin/end tags inside the inner table are matched correctly, the table
lays out correctly.
2. if the tags are left mismatched, but the outer <center> tag is removed, the
table lays out correctly.
test case:
===============================
<HTML><BODY>
<table border>
<tr>
<td valign=top>
<center>
<TABLE BORDER=1 WIDTH=100>
<TR>
<TD>
<font size = "-2">
<center>
inside
</font>
</center>
</td>
</tr>
</table>
outside table
</center>
</td>
</tr>
</table>
</BODY></HTML>
Updated•27 years ago
|
Component: Unknown → HTMLTables
Comment 1•27 years ago
|
||
setting component field
This will be fixed with the new DTD code that's coming *someday*.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•