Closed
Bug 91561
Opened 25 years ago
Closed 24 years ago
HTML text following "<![" isn't displayed
Categories
(Core :: DOM: HTML Parser, enhancement)
Tracking
()
VERIFIED
DUPLICATE
of bug 130045
Future
People
(Reporter: kazhik, Assigned: harishd)
Details
(Keywords: compat, Whiteboard: WONTFIX ? -- non standards compliant)
Attachments
(1 file)
|
228 bytes,
text/html
|
Details |
HTML text following "<![" isn't displayed. it can't be closed
with "-->".
<ol>
<li>Moz<!commnet -->illa</li>
<li>Moz<! [comment] -->illa</li>
<li>Moz<![comment] -->illa</li>
<li>Mozilla</li>
</ol>
This is displayed as:
1. Mozilla
2. Mozilla
3. Moz
| Reporter | ||
Comment 1•25 years ago
|
||
Is this a bug?
Assignee: clayton → harishd
Component: HTML Element → Parser
Comment 3•25 years ago
|
||
Your source is WAAAY invalid. Our behaviour is well within the bounds of the
spec, and is arguably better than IE's.
Marking INVALID.
Severity: normal → enhancement
Status: NEW → RESOLVED
Closed: 25 years ago
Keywords: compat
Resolution: --- → INVALID
Whiteboard: WONTFIX ? -- non standards compliant
Target Milestone: --- → Future
Comment 4•24 years ago
|
||
Reopening in order to dupe with the case I made in bug 130045
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 130045 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•