hixie: Explicitly disallow combining characters at the start of text nodes. (whatwg r6590)

hixie: Explicitly disallow combining characters at the start of text
nodes. (whatwg r6590)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5283&r2=1.5284&f=h
http://html5.org/tools/web-apps-tracker?from=6589&to=6590

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5283
retrieving revision 1.5284
diff -u -d -r1.5283 -r1.5284
--- Overview.html 26 Sep 2011 20:56:34 -0000 1.5283
+++ Overview.html 26 Sep 2011 22:14:17 -0000 1.5284
@@ -9494,7 +9494,8 @@
   many cases where an element can be empty legitimately, for example
   when it is used as a placeholder which will later be filled in by a
   script, or when the element is part of a template and would on most
-  pages be filled in but on some pages is not relevant.<h6 id="sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</h6><p><dfn id="sectioning-content">Sectioning content</dfn> is content that defines the scope
+  pages be filled in but on some pages is not relevant.<p><a href="#text-node" title="text node">Text nodes</a> must not begin with an
+  <i>isolated combining character</i>. <a href="#refsUNICODE">[UNICODE]</a><h6 id="sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</h6><p><dfn id="sectioning-content">Sectioning content</dfn> is content that defines the scope
   of <a href="#heading-content" title="heading content">headings</a> and <a href="#the-footer-element" title="footer">footers</a>.</p><ul class="brief category-list"><li><code><a href="#the-article-element">article</a></code></li>
    <li><code><a href="#the-aside-element">aside</a></code></li>
    <li><code><a href="#the-nav-element">nav</a></code></li>

Received on Monday, 26 September 2011 22:14:38 UTC