[html5] r2420 - [e] (0) Clarify that there can be more than one footer and that the footer is no [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Nov 19 16:38:03 PST 2008
Author: ianh
Date: 2008-11-19 16:38:02 -0800 (Wed, 19 Nov 2008)
New Revision: 2420
Modified:
index
source
Log:
[e] (0) Clarify that there can be more than one footer and that the footer is not the same as the header. (credit: jj)
Modified: index
===================================================================
--- index 2008-11-20 00:35:36 UTC (rev 2419)
+++ index 2008-11-20 00:38:02 UTC (rev 2420)
@@ -10278,7 +10278,7 @@
<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>
@@ -10297,7 +10297,10 @@
<pre><body>
<footer><a href="../">Back to index...</a></footer>
- <h1>Lorem ipsum</h1>
+ <header>
+ <h1>Lorem ipsum</h1>
+ <h2>The ipsum of all lorems</h2>
+ </header>
<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
Modified: source
===================================================================
--- source 2008-11-20 00:35:36 UTC (rev 2419)
+++ source 2008-11-20 00:38:02 UTC (rev 2420)
@@ -10902,7 +10902,7 @@
<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>
@@ -10921,7 +10921,10 @@
<pre><body>
<footer><a href="../">Back to index...</a></footer>
- <h1>Lorem ipsum</h1>
+ <header>
+ <h1>Lorem ipsum</h1>
+ <h2>The ipsum of all lorems</h2>
+ </header>
<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
More information about the Commit-Watchers
mailing list