- From: CVS User egraff <cvsmail@w3.org>
- Date: Fri, 16 May 2014 20:45:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv13859
Modified Files:
CR-html-polyglot-20140530.html
Log Message:
escaped some tags the validator didn't like
--- /sources/public/html5/html-polyglot/CR-html-polyglot-20140530.html 2014/05/16 20:39:49 1.2
+++ /sources/public/html5/html-polyglot/CR-html-polyglot-20140530.html 2014/05/16 20:45:16 1.3
@@ -833,7 +833,7 @@
<br />
<code >
<pre>
-<script><![CDATA[foo]]>/<script>
+<script><![CDATA[foo]]>/<script>
</pre>
</code>
Because an author may need to comment out the CDATA "start tag" and "end tag,"
@@ -844,9 +844,9 @@
<figure >
<figcaption>CDATA section that is commented out, resulting in a total of three DOM nodes.</figcaption>
<pre class="example highlight">
-<script>/*<![CDATA[*/
+<script>/*<![CDATA[*/
foo
- /*]]>*/</script>
+ /*]]>*/</script>
</pre>
</figure>
<p>
Received on Friday, 16 May 2014 20:45:17 UTC