- From: CVS User egraff <cvsmail@w3.org>
- Date: Thu, 31 Oct 2013 21:02:31 +0000
- To: public-html-commits@w3.org
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 @@
/><style>@import "external.css";</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><</code> and <code>&</code>
- as well as the <code>CDATA</code> end mark string – <code>]]></code>.
+ as well as the <code>CDATA</code> end mark string – <code>]]></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;</code> and <code>&#x3C;</code>.
<figure>
<figcaption>Using inline <a title="safe content">safe text content</a></figcaption>
<pre class="example highlight"><!-- Unsafe content: < and & are not escaped<br
Received on Thursday, 31 October 2013 21:02:32 UTC