Skip to content

Commit

Permalink
[e] (0) Clarify that there can be more than one footer and that the f…
Browse files Browse the repository at this point in the history
…ooter is not the same as the header. (credit: jj)

git-svn-id: http://svn.whatwg.org/webapps@2420 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 20, 2008
1 parent c1efd83 commit 1dec789
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions index
Expand Up @@ -10278,7 +10278,7 @@ isn't his only passion. He also enjoys other pleasures.</p>
<dd>None.</dd>
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-footer-element>footer</a></code> element represents the footer for the
</dl><p>The <code><a href=#the-footer-element>footer</a></code> element represents a footer for the
section it <a href=#applyToSection>applies</a> to. A footer
typically contains information about its section such as who wrote
it, links to related documents, copyright data, and the like.</p>
Expand All @@ -10297,7 +10297,10 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;

<pre>&lt;body&gt;
&lt;footer&gt;&lt;a href="../"&gt;Back to index...&lt;/a&gt;&lt;/footer&gt;
&lt;h1&gt;Lorem ipsum&lt;/h1&gt;
&lt;header&gt;
&lt;h1&gt;Lorem ipsum&lt;/h1&gt;
&lt;h2&gt;The ipsum of all lorems&lt;/h2&gt;
&lt;/header&gt;
&lt;p&gt;A dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
Expand Down
7 changes: 5 additions & 2 deletions source
Expand Up @@ -10902,7 +10902,7 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>
<dd>Uses <code>HTMLElement</code>.</dd>
</dl>

<p>The <code>footer</code> element represents the footer for the
<p>The <code>footer</code> element represents a footer for the
section it <a href="#applyToSection">applies</a> to. A footer
typically contains information about its section such as who wrote
it, links to related documents, copyright data, and the like.</p>
Expand All @@ -10921,7 +10921,10 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>

<pre>&lt;body>
&lt;footer>&lt;a href="../">Back to index...&lt;/a>&lt;/footer>
&lt;h1>Lorem ipsum&lt;/h1>
&lt;header>
&lt;h1>Lorem ipsum&lt;/h1>
&lt;h2>The ipsum of all lorems&lt;/h2>
&lt;/header>
&lt;p>A dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
Expand Down

0 comments on commit 1dec789

Please sign in to comment.