html5/spec Overview.html,1.5283,1.5284

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18239

Modified Files:
	Overview.html 
Log Message:
Explicitly disallow combining characters at the start of text nodes. (whatwg r6590)

Index: Overview.html
===================================================================
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:23 UTC