Closed
Bug 308921
Opened 19 years ago
Closed 19 years ago
parse error
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: surkov, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
XML Parsing Error: not well-formed
a--;
-----------^
<!--
<script><![CDATA[
var a=5;
a--;
]]></script>
-->
Reproducible: Always
Comment 1•19 years ago
|
||
http://www.w3.org/TR/2004/REC-xml-20040204/#sec-comments
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•19 years ago
|
||
Isn't CDATA of little importance? I mean shouldn't Comments take note of CDATA?
You need to log in
before you can comment on or make changes to this bug.
Description
•