- From: poot <cvsmail@w3.org>
- Date: Tue, 27 Sep 2011 15:13:46 -0400
- To: public-html-diffs@w3.org
hixie: also disallow combining chars at the start of attributes. (whatwg
r6593)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5286&r2=1.5287&f=h
http://html5.org/tools/web-apps-tracker?from=6592&to=6593
===================================================================
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:48 UTC