[html5] r3008 - [e] (0) Clarify <section> example's use of <h1>.

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 27 18:39:07 PDT 2009


Author: ianh
Date: 2009-04-27 18:39:06 -0700 (Mon, 27 Apr 2009)
New Revision: 3008

Modified:
   index
   source
Log:
[e] (0) Clarify <section> example's use of <h1>.

Modified: index
===================================================================
--- index	2009-04-28 01:36:00 UTC (rev 3007)
+++ index	2009-04-28 01:39:06 UTC (rev 3008)
@@ -12065,6 +12065,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>
 
 

Modified: source
===================================================================
--- source	2009-04-28 01:36:00 UTC (rev 3007)
+++ source	2009-04-28 01:39:06 UTC (rev 3008)
@@ -12895,6 +12895,11 @@
  </section>
 </article></pre>
 
+   <p>Notice how the use of <code>section</code> means that the author
+   can use <code>h1</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>
 
 




More information about the Commit-Watchers mailing list