- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 05:49:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14521 Modified Files: Overview.html Log Message: Example of <section> use without <article>. (whatwg r4029) Index: Overview.html =================================================================== 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:49:27 UTC