[html5] r914 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 18 13:33:20 PDT 2007
Author: ianh
Date: 2007-06-18 13:33:18 -0700 (Mon, 18 Jun 2007)
New Revision: 914
Modified:
index
source
Log:
[ct] (2) Make </ not be a parse error in CDATA blocks, because it otherwise would disallow <script type=text/xml-script> which is quite common and frankly not hugely problematic. This changes continues our road away from XML/SGML compat.
Modified: index
===================================================================
--- index 2007-06-18 20:06:32 UTC (rev 913)
+++ index 2007-06-18 20:33:18 UTC (rev 914)
@@ -33774,10 +33774,9 @@
<li>EOF
</ul>
- <p>...then there is a <a href="#parse">parse error</a>. Emit a U+003C
- LESS-THAN SIGN character token, a U+002F SOLIDUS character token, and
- switch to the <a href="#data-state">data state</a> to process the <a
- href="#next-input">next input character</a>.</p>
+ <p>...emit a U+003C LESS-THAN SIGN character token, a U+002F SOLIDUS
+ character token, and switch to the <a href="#data-state">data state</a>
+ to process the <a href="#next-input">next input character</a>.</p>
<p>Otherwise, if the <a href="#content2">content model flag</a> is set to
the PCDATA state, or if the next few characters <em>do</em> match that
Modified: source
===================================================================
--- source 2007-06-18 20:06:32 UTC (rev 913)
+++ source 2007-06-18 20:33:18 UTC (rev 914)
@@ -31394,10 +31394,9 @@
<li>EOF</li>
</ul>
- <p>...then there is a <span>parse error</span>. Emit a U+003C
- LESS-THAN SIGN character token, a U+002F SOLIDUS character token,
- and switch to the <span>data state</span> to process the
- <span>next input character</span>.</p>
+ <p>...emit a U+003C LESS-THAN SIGN character token, a U+002F
+ SOLIDUS character token, and switch to the <span>data state</span>
+ to process the <span>next input character</span>.</p>
<p>Otherwise, if the <span>content model flag</span> is set to the
PCDATA state, or if the next few characters <em>do</em> match that tag
More information about the Commit-Watchers
mailing list