html5/spec Overview.html,1.2969,1.2970

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4487

Modified Files:
	Overview.html 
Log Message:
<hx> examples. (whatwg r3801)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2969
retrieving revision 1.2970
diff -u -d -r1.2969 -r1.2970
--- Overview.html	11 Sep 2009 00:19:56 -0000	1.2969
+++ Overview.html	11 Sep 2009 00:26:31 -0000	1.2970
@@ -11619,7 +11619,37 @@
   section on <a href="#headings-and-sections">headings and sections</a>.<p>These elements have a <dfn id="rank">rank</dfn> given by the number in
   their name. The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element is said to have the highest
   rank, the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element has the lowest rank, and two
-  elements with the same name have equal rank.<h4 id="the-hgroup-element"><span class="secno">4.4.7 </span>The <dfn><code>hgroup</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
+  elements with the same name have equal rank.<div class="example">
+
+   <p>These two snippets are equivalent:</p>
+
+   <pre>&lt;h1&gt;Let's call it a draw(ing surface)&lt;/h1&gt;
+&lt;h2&gt;Diving in&lt;/h2&gt;
+&lt;h2&gt;Simple shapes&lt;/h2&gt;
+&lt;h2&gt;Canvas coordinates&lt;/h2&gt;
+&lt;h3&gt;Canvas coordinates diagram&lt;/h3&gt;
+&lt;h2&gt;Paths&lt;/h2&gt;</pre>
+
+   <pre>&lt;section&gt;
+ &lt;h1&gt;Let's call it a draw(ing surface)&lt;/h1&gt;
+ &lt;section&gt;
+  &lt;h1&gt;Diving in&lt;/h1&gt;
+ &lt;/section&gt;
+ &lt;section&gt;
+  &lt;h1&gt;Simple shapes&lt;/h1&gt;
+ &lt;/section&gt;
+ &lt;section&gt;
+  &lt;h1&gt;Canvas coordinates&lt;/h1&gt;
+  &lt;section&gt;
+   &lt;h1&gt;Canvas coordinates diagram&lt;/h1&gt;
+  &lt;/section&gt;
+ &lt;/section&gt;
+ &lt;section&gt;
+  &lt;h1&gt;Paths&lt;/h1&gt;
+ &lt;/section&gt;
+&lt;/section&gt;</pre>
+
+  </div><h4 id="the-hgroup-element"><span class="secno">4.4.7 </span>The <dfn><code>hgroup</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="#heading-content">Heading content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>

Received on Friday, 11 September 2009 00:26:48 UTC