- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 08:07:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: tweak an example to use footer instead of header (whatwg r4765) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3812&r2=1.3813&f=h http://html5.org/tools/web-apps-tracker?from=4764&to=4765 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3812 retrieving revision 1.3813 diff -u -d -r1.3812 -r1.3813 --- Overview.html 17 Feb 2010 22:54:49 -0000 1.3812 +++ Overview.html 17 Feb 2010 23:07:16 -0000 1.3813 @@ -12003,22 +12003,29 @@ <section> <h1>Comments</h1> <article> - <header> + <footer> <p>Posted by: George Washington</p> <p><time pubdate datetime="2009-10-10T19:10-08:00"></time></p> - </header> + </footer> <p>Yeah! Especially when talking about your lobbyist friends!</p> </article> <article> - <header> + <footer> <p>Posted by: George Hammond</p> <p><time pubdate datetime="2009-10-10T19:15-08:00"></time></p> - </header> + </footer> <p>Hey, you have the same first name as me.</p> </article> </section> </article></pre> + <p>Notice the use of <code><a href="#the-footer-element">footer</a></code> to give the information + each comment (such as who wrote it and when): the + <code><a href="#the-footer-element">footer</a></code> element <em>can</em> appear at the start of its + section when appropriate, such as in this case. (Using + <code><a href="#the-header-element">header</a></code> in this case wouldn't be wrong either; it's + mostly a matter of authoring preference.)</p> + </div><h4 id="the-aside-element"><span class="secno">4.4.5 </span>The <dfn><code>aside</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/91">ISSUE-91</a> (aside) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#sectioning-content">Sectioning content</a>.</dd>
Received on Wednesday, 17 February 2010 23:08:04 UTC