Clarify <section> example's use of <h1>. (whatwg r3008)

Clarify <section> example's use of <h1>. (whatwg r3008)

4.4.3 The nav element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2171.html#the-nav-element
4.4.2 The section element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2171.html#the-section-element

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2170&r2=1.2171&f=h
http://html5.org/tools/web-apps-tracker?from=3007&to=3008

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2170
retrieving revision 1.2171
diff -u -d -r1.2170 -r1.2171
--- Overview.html 28 Apr 2009 01:36:08 -0000 1.2170
+++ Overview.html 28 Apr 2009 01:39:10 -0000 1.2171
@@ -10719,6 +10719,11 @@
  &lt;/section&gt;
 &lt;/article&gt;</pre>
 
+   <p>Notice how the use of <code><a href="#the-section-element">section</a></code> means that the author
+   can use <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> elements throughout, without having to
+   worry about whether a particular section is at the top level, the
+   second level, the third level, and so on.</p>
+
   </div><h4 id="the-nav-element"><span class="secno">4.4.3 </span>The <dfn><code>nav</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content-0">Flow content</a>.</dd>
    <dd><a href="#sectioning-content-0">Sectioning content</a>.</dd>

Received on Tuesday, 28 April 2009 01:41:14 UTC