- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Sep 2011 19:13:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12459 Modified Files: Overview.html Log Message: also disallow combining chars at the start of attributes. (whatwg r6593) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5286 retrieving revision 1.5287 diff -u -d -r1.5286 -r1.5287 --- Overview.html 27 Sep 2011 19:10:13 -0000 1.5286 +++ Overview.html 27 Sep 2011 19:13:35 -0000 1.5287 @@ -9494,8 +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.<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 + pages be filled in but on some pages is not relevant.<p><a href="#text-node" title="text node">Text nodes</a> and attribute values + 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 Tuesday, 27 September 2011 19:13:43 UTC