Closed
Bug 2457
Opened 27 years ago
Closed
Invalid html in table
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
The following invalid html parses differently than IE and NSC 4.5:
<html>
<table border=2>
<tr>
<td></h3>Should be in table
</td>
</tr>
</table>
</html>
Fixed by improvements to new DTD system; also fixed one in comment parsing.
| Reporter | ||
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•