- From: poot <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 17:31:15 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: make <h1> example more precise (whatwg r3806) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2974&r2=1.2975&f=h http://html5.org/tools/web-apps-tracker?from=3805&to=3806 =================================================================== 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><h1>Let's call it a draw(ing surface)</h1> + <pre><body> +<h1>Let's call it a draw(ing surface)</h1> <h2>Diving in</h2> <h2>Simple shapes</h2> <h2>Canvas coordinates</h2> <h3>Canvas coordinates diagram</h3> -<h2>Paths</h2></pre> +<h2>Paths</h2> +</body></pre> - <pre><section> + <pre><body> <h1>Let's call it a draw(ing surface)</h1> <section> <h1>Diving in</h1> @@ -11646,7 +11648,7 @@ <section> <h1>Paths</h1> </section> -</section></pre> +</body></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:53 UTC