Closed
Bug 2406
Opened 26 years ago
Closed 26 years ago
Unclosed <A> tags
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
With the following invalid html, should the parser automatically
close the first <A HREF> tag when it encounters the start of the second?
<html>
<A HREF="http://www.mozilla.org">Mozilla<A HREF="http://www.cnn.com">CNN</A>
</html>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 1•26 years ago
|
||
A recent parser regression it seems.
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
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
•