hixie: Example of <section> use without <article>. (whatwg r4029)

hixie: Example of <section> use without <article>. (whatwg r4029)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3190&r2=1.3191&f=h
http://html5.org/tools/web-apps-tracker?from=4028&to=4029

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3190
retrieving revision 1.3191
diff -u -d -r1.3190 -r1.3191
--- Overview.html 29 Sep 2009 02:33:07 -0000 1.3190
+++ Overview.html 29 Sep 2009 05:49:01 -0000 1.3191
@@ -11555,6 +11555,56 @@
    worry about whether a particular section is at the top level, the
    second level, the third level, and so on.</p>
 
+  </div><div class="example">
+
+   <p>Here is a graduation programme with two sections, one for the
+   list of people graduating, and one for the description of the
+   ceremony.</p>
+
+   <pre>&lt;!DOCTPE Html&gt;
+&lt;Html
+ &gt;&lt;Head
+   &gt;&lt;Title
+     &gt;Graduation Ceremony Summer 2022&lt;/Title
+   &gt;&lt;/Head
+ &gt;&lt;Body
+   &gt;&lt;H1
+     &gt;Graduation&lt;/H1
+   &gt;&lt;Section
+     &gt;&lt;H1
+       &gt;Ceremony&lt;/H1
+     &gt;&lt;P
+       &gt;Opening Procession&lt;/P
+     &gt;&lt;P
+       &gt;Speech by Validactorian&lt;/P
+     &gt;&lt;P
+       &gt;Speech by Class President&lt;/P
+     &gt;&lt;P
+       &gt;Presentation of Diplomas&lt;/P
+     &gt;&lt;P
+       &gt;Closing Speech by Headmaster&lt;/P
+   &gt;&lt;/Section
+   &gt;&lt;Section
+     &gt;&lt;H1
+       &gt;Graduates&lt;/H1
+     &gt;&lt;Ul
+       &gt;&lt;Li
+         &gt;Molly Carpenter&lt;/Li
+       &gt;&lt;Li
+         &gt;Anastasia Luccio&lt;/Li
+       &gt;&lt;Li
+         &gt;Ebenezar McCoy&lt;/Li
+       &gt;&lt;Li
+         &gt;Karrin Murphy&lt;/Li
+       &gt;&lt;Li
+         &gt;Thomas Raith&lt;/Li
+       &gt;&lt;Li
+         &gt;Susan Rodriguez&lt;/Li
+     &gt;&lt;/Ul
+   &gt;&lt;/Section
+ &gt;&lt;/Body
+&gt;&lt;/Html&gt;</pre>
+
   </div><h4 id="the-nav-element"><span class="secno">4.4.3 </span>The <dfn><code>nav</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-content">Sectioning content</a>.</dd>

Received on Tuesday, 29 September 2009 05:50:27 UTC