[html5] r4029 - [e] (0) Example of <section> use without <article>.

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 28 22:57:21 PDT 2009


Author: ianh
Date: 2009-09-28 22:57:20 -0700 (Mon, 28 Sep 2009)
New Revision: 4029

Modified:
   index
   source
Log:
[e] (0) Example of <section> use without <article>.

Modified: index
===================================================================
--- index	2009-09-29 02:41:23 UTC (rev 4028)
+++ index	2009-09-29 05:57:20 UTC (rev 4029)
@@ -13031,7 +13031,60 @@
 
   </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>
 
   <dl class=element><dt>Categories</dt>

Modified: source
===================================================================
--- source	2009-09-29 02:41:23 UTC (rev 4028)
+++ source	2009-09-29 05:57:20 UTC (rev 4029)
@@ -13872,7 +13872,60 @@
 
   </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>The <dfn><code>nav</code></dfn> element</h4>
 
   <dl class="element">




More information about the Commit-Watchers mailing list