- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Apr 2009 01:39:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23009
Modified Files:
Overview.html
Log Message:
Clarify <section> example's use of <h1>. (whatwg r3008)
Index: Overview.html
===================================================================
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 @@
</section>
</article></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:39:23 UTC