- From: CVS User egraff <cvsmail@w3.org>
- Date: Thu, 27 Mar 2014 16:29:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv31060
Modified Files:
html-polyglot.html
Log Message:
Changes to note in CDATA section, as detailed in bug 24451, comment 16
--- /sources/public/html5/html-polyglot/html-polyglot.html 2014/03/26 21:44:10 1.32
+++ /sources/public/html5/html-polyglot/html-polyglot.html 2014/03/27 16:29:44 1.33
@@ -8,7 +8,7 @@
var respecConfig = {
specStatus: "ED",
shortName: "html-polyglot",
- publishDate: "2014-03-26",
+ publishDate: "2014-03-27",
previousPublishDate: "2010-10-19",
// previousDiffURI: "http://htmlwg.org/heartbeat/WD-html-polyglot-20131008/",
previousMaturity: "WD",
@@ -842,8 +842,10 @@
</pre>
</figure>
<p>
- Thus, for <a>polyglot markup</a>, a CDATA section must appear at the start of its containing element,
- and hence be the first child of that element.
+ Thus, a CDATA section may appear at the beginning of its containing element,
+ span the entire element, be the only node of the element, and yet still generate more than one DOM node.
+ <a title="polyglot markup">Polyglot markup</a> therefore permits content that results in a single DOM node
+ before and/or after the CDATA section.
</p>
</div>
Received on Thursday, 27 March 2014 16:29:46 UTC