html5/spec Overview.html,1.2974,1.2975

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

Modified Files:
	Overview.html 
Log Message:
make <h1> example more precise (whatwg r3806)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2974
retrieving revision 1.2975
diff -u -d -r1.2974 -r1.2975
--- Overview.html	11 Sep 2009 08:29:38 -0000	1.2974
+++ Overview.html	11 Sep 2009 08:30:57 -0000	1.2975
@@ -11622,14 +11622,16 @@
 
    <p>These two snippets are equivalent:</p>
 
-   <pre>&lt;h1&gt;Let's call it a draw(ing surface)&lt;/h1&gt;
+   <pre>&lt;body&gt;
+&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>
+&lt;h2&gt;Paths&lt;/h2&gt;
+&lt;/body&gt;</pre>
 
-   <pre>&lt;section&gt;
+   <pre>&lt;body&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;
@@ -11646,7 +11648,7 @@
  &lt;section&gt;
   &lt;h1&gt;Paths&lt;/h1&gt;
  &lt;/section&gt;
-&lt;/section&gt;</pre>
+&lt;/body&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>

Received on Friday, 11 September 2009 08:31:09 UTC