[html5] r3806 - [e] (0) make <h1> example more precise
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 11 01:35:38 PDT 2009
Author: ianh
Date: 2009-09-11 01:35:37 -0700 (Fri, 11 Sep 2009)
New Revision: 3806
Modified:
index
source
Log:
[e] (0) make <h1> example more precise
Modified: index
===================================================================
--- index 2009-09-11 08:34:18 UTC (rev 3805)
+++ index 2009-09-11 08:35:37 UTC (rev 3806)
@@ -13146,14 +13146,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>
@@ -13170,7 +13172,7 @@
<section>
<h1>Paths</h1>
</section>
-</section></pre>
+</body></pre>
</div>
Modified: source
===================================================================
--- source 2009-09-11 08:34:18 UTC (rev 3805)
+++ source 2009-09-11 08:35:37 UTC (rev 3806)
@@ -14009,14 +14009,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>
@@ -14033,7 +14035,7 @@
<section>
<h1>Paths</h1>
</section>
-</section></pre>
+</body></pre>
</div>
More information about the Commit-Watchers
mailing list