Closed
Bug 4021
Opened 27 years ago
Closed 27 years ago
centering bug...
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rickg, Assigned: buster)
References
()
Details
See bug 3874 for a testcase.
Peter -- this is a valid (well formed) document and content model. It looks like
the center (block) is being ignored somehow. Min test case:
<html>
<body>
<center>
<table BORDER=1 WIDTH="33%" >
<tr>
<td><b>DOM Testcases in Progress</b>:
<ol>
<li>item1
<li>item2
</ol>
</td>
</tr>
</table>
</center>
</body>
</html>
Updated•27 years ago
|
Assignee: peterl → kipp
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•27 years ago
|
||
verified.
build: 1999-04-27-13
You need to log in
before you can comment on or make changes to this bug.
Description
•