CVS html5/html-polyglot

Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv8200/html-polyglot

Modified Files:
	html-polyglot.html 
Log Message:
Fixing bug 13604, about CDATA: Adding a link.

--- /sources/public/html5/html-polyglot/html-polyglot.html	2013/11/02 11:04:32	1.13
+++ /sources/public/html5/html-polyglot/html-polyglot.html	2013/11/02 11:08:14	1.14
@@ -1016,7 +1016,7 @@
         <a title="polyglot markup">Polyglot markup</a> always uses character references for the less than sign (<code>&lt;</code>) and ampersand (<code>&amp;</code>) when they are used as characters, however for CDATA inside foreign content and for <a href="#safe-CDATA-content">safe CDATA</a>, the following rules apply:</p>
     <ul>
         <li>for <code>script</code> and <code>style</code> elements that contain <a href="#safe-CDATA-content">safe CDATA</a>, they may used as defined by the rules for safe CDATA;</li>
-        <li>for CDATA sections in a foreign content section (SVG, MathML), the XML rules for CDATA apply;</li>
+        <li>for CDATA sections <a href="http://www.w3.org/TR/html5/syntax.html#cdata-sections">in a foreign content section</a> (SVG, MathML), the XML rules for CDATA apply;</li>
     </ul>
 
     <!--End section: Named Entity References-->

Received on Saturday, 2 November 2013 11:08:15 UTC