Closed
Bug 2472
Opened 26 years ago
Closed 26 years ago
Parsing comments
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
Following html parses differently than both IE and NSC 4.5:
<html>
<!--Comment--!>
<body>
Test
</body>
</html>
Fixed by improvements to new DTD system; also fixed one in comment parsing.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Reporter | ||
Comment 2•26 years ago
|
||
Broken by last parser checkin
Status: REOPENED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•