CVS html5/html-polyglot

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

Modified Files:
	html-polyglot.html 
Log Message:
Added two sentences per request in bug 13605

--- /sources/public/html5/html-polyglot/html-polyglot.html	2013/10/31 08:59:51	1.1
+++ /sources/public/html5/html-polyglot/html-polyglot.html	2013/10/31 21:02:31	1.2
@@ -762,9 +762,11 @@
             />&lt;style>@import "external.css";&lt;/style></pre>
                 </figure>
             </li>
-            <li>The <strong>inline <a>safe text content</a></strong> variant. This option implies to abstain from using  characters and constructs
+            <li>The <strong>inline <a>safe text content</a></strong> variant. This option implies abstaining from using  characters and constructs
                 which HTML and XML interpret differently, namely the characters <code>&lt;</code> and <code>&amp;</code>
-                as well as the <code>CDATA</code> end mark string – <code>]]&gt;</code>.
+                as well as the <code>CDATA</code> end mark string – <code>]]&gt;</code>. <a title="polyglot markup">Polyglot markup</a> 
+                is agnostic as to whether one uses a character entity or a numeric character reference, as long as it is valid. 
+                For <a>polyglot markup</a>, there is no difference between <code>&amp;amp;</code> and <code>&amp;#x3C;</code>. 
                 <figure>
                     <figcaption>Using inline <a title="safe content">safe text content</a></figcaption>
 <pre class="example highlight">&lt;!-- Unsafe content: &lt; and &amp; are not escaped<br

Received on Thursday, 31 October 2013 21:02:32 UTC