- From: poot <cvsmail@w3.org>
- Date: Sun, 28 Jun 2009 19:57:31 +0900 (JST)
- To: public-html-diffs@w3.org
Missed a bit during my rewrite of <address> semantics recently. (whatwg r3333) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2472&r2=1.2473&f=h http://html5.org/tools/web-apps-tracker?from=3332&to=3333 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2472 retrieving revision 1.2473 diff -u -d -r1.2472 -r1.2473 --- Overview.html 28 Jun 2009 10:53:50 -0000 1.2472 +++ Overview.html 28 Jun 2009 10:57:13 -0000 1.2473 @@ -7146,8 +7146,7 @@ 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.<h5 id="sectioning-content"><span class="secno">3.4.1.3 </span>Sectioning content</h5><p><dfn id="sectioning-content-0">Sectioning content</dfn> is content that defines the scope - of <a href="#heading-content-0" title="heading content">headings</a>, <a href="#the-footer-element" title="footer">footers</a>, and <a href="#the-address-element" title="address">contact - information</a>.<p>Each <a href="#sectioning-content-0">sectioning content</a> element potentially has a + of <a href="#heading-content-0" title="heading content">headings</a> and <a href="#the-footer-element" title="footer">footers</a>.<p>Each <a href="#sectioning-content-0">sectioning content</a> element potentially has a heading and an <a href="#outline">outline</a>. See the section on <a href="#headings-and-sections">headings and sections</a> for further details.<p class="note">There are also certain elements that are <a href="#sectioning-root" title="sectioning root">sectioning roots</a>. These are distinct from <a href="#sectioning-content-0">sectioning content</a>, but they can also have an
Received on Sunday, 28 June 2009 10:58:06 UTC