Short URL: http://html5.org/r/3806
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3806 | make <h1> example more precise | 2009-09-11 08:35 |
Index: source
===================================================================
--- source (revision 3805)
+++ source (revision 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>