- From: CVS User lsilli <cvsmail@w3.org>
- Date: Sat, 02 Nov 2013 05:36:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv22615/html-polyglot
Modified Files:
html-polyglot.html
Log Message:
Improving language. Minor change.
--- /sources/public/html5/html-polyglot/html-polyglot.html 2013/11/02 05:29:01 1.6
+++ /sources/public/html5/html-polyglot/html-polyglot.html 2013/11/02 05:36:18 1.7
@@ -799,7 +799,7 @@
</p>
</section>
<section id="safe-CDATA-content">
- <h5>The safe CDATA option</h5>
+ <h5>The safe CDATA content option</h5>
<p>The safe CDATA option wraps the raw text content in <code>CDATA</code> section <strong>but(!)</strong> instead
of permitting <em>any</em> content (except the very CDATA end mark string – <code>]]></code>), only the
subset that corresponds to the particular raw text element’s HTML constraints is permitted. See the “HTML interpretation”
Received on Saturday, 2 November 2013 05:36:19 UTC