Closed
Bug 630
Opened 26 years ago
Closed 24 years ago
parser bug, <center> tags in table not handled correctly
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: rickg)
References
()
Details
here is a minimized test case. <html>
<head><body>
<center>
<table border=0 cellspacing=0 cellpadding=0 width=210 bgcolor=red>
<tr>
<td>
<center>
<table width=201 cellspacing=1 cellpadding=1 border=0 columns=2>
<tr><td height=6>
</center>
</table>
</td>
</tr>
<tr>
<td valign=bottom>
x
</td>
</tr>
</table>
</center>
</body></html>
Updated•26 years ago
|
Component: Unknown → HTMLTables
Comment 1•24 years ago
|
||
mid-air collision ? / bugzilla cleanup
Reopening (current State: resolved and no resolution)
Status: RESOLVED → REOPENED
Comment 2•24 years ago
|
||
marking fixed, no comments here about that
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
Resolved and fixed long time back. Marking verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•