Closed
Bug 2433
Opened 26 years ago
Closed 26 years ago
Parsing invalid html
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
The following invalid html is parsed differently than both IE and Communicator
4.5.
<HTML>
<BODY>
<a name="Top">
<table border=2>
<TR>
<TD>A</TD>
<TD>
B</A>
C
</TD>
<TD>D</TD>
</TR>
</table>
</BODY>
</HTML>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
This is the residual style problem
*** This bug has been marked as a duplicate of 2447 ***
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•