- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Oct 2011 07:46:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11606 Modified Files: acknowledgements.html content-models.html spec.html Log Message: Allow combining characters wherever, per Mark Davis. (whatwg r6611) [updated by splitter] Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1101 retrieving revision 1.1102 diff -u -d -r1.1101 -r1.1102 --- acknowledgements.html 23 Sep 2011 20:46:23 -0000 1.1101 +++ acknowledgements.html 2 Oct 2011 07:46:22 -0000 1.1102 @@ -694,6 +694,7 @@ Maik Merten, Malcolm Rowe, Mark Birbeck, + Mark Davis, Mark Miller, Mark Nottingham, Mark Pilgrim, Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- content-models.html 2 Oct 2011 05:46:23 -0000 1.96 +++ content-models.html 2 Oct 2011 07:46:23 -0000 1.97 @@ -533,8 +533,7 @@ 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><p><a href="infrastructure.html#text-node" title="text node">Text nodes</a> and attribute values - must not begin with an <i>isolated combining character</i>. <a href="references.html#refsUNICODE">[UNICODE]</a></p><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><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="sections.html#the-footer-element" title="footer">footers</a>.</p><ul class="brief category-list"><li><code><a href="sections.html#the-article-element">article</a></code></li> <li><code><a href="sections.html#the-aside-element">aside</a></code></li> <li><code><a href="sections.html#the-nav-element">nav</a></code></li> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1695 retrieving revision 1.1696 diff -u -d -r1.1695 -r1.1696 --- spec.html 2 Oct 2011 05:46:23 -0000 1.1695 +++ spec.html 2 Oct 2011 07:46:23 -0000 1.1696 @@ -350,7 +350,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5303. +This is revision 1.5304. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Sunday, 2 October 2011 07:46:27 UTC