Skip to content

Commit

Permalink
[e] (0) make <h1> example more precise
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3806 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 11, 2009
1 parent df807fe commit ef46563
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions index
Expand Up @@ -13146,14 +13146,16 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;

<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;
Expand All @@ -13170,7 +13172,7 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;
&lt;section&gt;
&lt;h1&gt;Paths&lt;/h1&gt;
&lt;/section&gt;
&lt;/section&gt;</pre>
&lt;/body&gt;</pre>

</div>

Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -14009,14 +14009,16 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>

<p>These two snippets are equivalent:</p>

<pre>&lt;h1>Let's call it a draw(ing surface)&lt;/h1>
<pre>&lt;body>
&lt;h1>Let's call it a draw(ing surface)&lt;/h1>
&lt;h2>Diving in&lt;/h2>
&lt;h2>Simple shapes&lt;/h2>
&lt;h2>Canvas coordinates&lt;/h2>
&lt;h3>Canvas coordinates diagram&lt;/h3>
&lt;h2>Paths&lt;/h2></pre>
&lt;h2>Paths&lt;/h2>
&lt;/body></pre>

<pre>&lt;section>
<pre>&lt;body>
&lt;h1>Let's call it a draw(ing surface)&lt;/h1>
&lt;section>
&lt;h1>Diving in&lt;/h1>
Expand All @@ -14033,7 +14035,7 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>
&lt;section>
&lt;h1>Paths&lt;/h1>
&lt;/section>
&lt;/section></pre>
&lt;/body></pre>

</div>

Expand Down

0 comments on commit ef46563

Please sign in to comment.