Closed Bug 308921 Opened 19 years ago Closed 19 years ago

parse error

Categories

(Core :: XML, defect)

x86
Windows 2000
defect
Not set
normal

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
http://www.w3.org/TR/2004/REC-xml-20040204/#sec-comments
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Isn't CDATA of little importance? I mean shouldn't Comments take note of CDATA?
Nope.
You need to log in before you can comment on or make changes to this bug.