- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 14:49:51 +0900 (JST)
- To: public-html-diffs@w3.org
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><!DOCTPE Html>
+<Html
+ ><Head
+ ><Title
+ >Graduation Ceremony Summer 2022</Title
+ ></Head
+ ><Body
+ ><H1
+ >Graduation</H1
+ ><Section
+ ><H1
+ >Ceremony</H1
+ ><P
+ >Opening Procession</P
+ ><P
+ >Speech by Validactorian</P
+ ><P
+ >Speech by Class President</P
+ ><P
+ >Presentation of Diplomas</P
+ ><P
+ >Closing Speech by Headmaster</P
+ ></Section
+ ><Section
+ ><H1
+ >Graduates</H1
+ ><Ul
+ ><Li
+ >Molly Carpenter</Li
+ ><Li
+ >Anastasia Luccio</Li
+ ><Li
+ >Ebenezar McCoy</Li
+ ><Li
+ >Karrin Murphy</Li
+ ><Li
+ >Thomas Raith</Li
+ ><Li
+ >Susan Rodriguez</Li
+ ></Ul
+ ></Section
+ ></Body
+></Html></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