- From: CVS User egraff <cvsmail@w3.org>
- Date: Mon, 12 May 2014 17:46:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv5719
Modified Files:
html-polyglot.html
Log Message:
Escaped two greater than characters to make the doc well-formed.
--- /sources/public/html5/html-polyglot/html-polyglot.html 2014/05/09 21:07:14 1.35
+++ /sources/public/html5/html-polyglot/html-polyglot.html 2014/05/12 17:46:09 1.36
@@ -832,7 +832,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,"
@@ -845,7 +845,7 @@
<pre class="example highlight">
<script>/*<![CDATA[*/
foo
- /*]]>*/</script>
+ /*]]>*/</script>
</pre>
</figure>
<p>
Received on Monday, 12 May 2014 17:46:10 UTC