- From: poot <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 08:49:30 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add examples of blog comments. (whatwg r3799) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2967&r2=1.2968&f=h http://html5.org/tools/web-apps-tracker?from=3798&to=3799 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2967 retrieving revision 1.2968 diff -u -d -r1.2967 -r1.2968 --- Overview.html 10 Sep 2009 23:41:08 -0000 1.2967 +++ Overview.html 10 Sep 2009 23:49:12 -0000 1.2968 @@ -11523,6 +11523,35 @@ </footer> </article></pre> + <p>Here is that same blog post, but showing some of the comments:</p> + + <pre><article> + <header> + <h1>The Very First Rule of Life</h1> + <p><time pubdate datetime="2009-10-09T14:28-08:00"></time></p> + </header> + <p>If there's a microphone anywhere near you, assume it's hot and + sending whatever you're saying to the world. Seriously.</p> + <p><em>...</em></p> + <section> + <h1>Comments</h1> + <article> + <header> + <p>Posted by: George Washington</p> + <p><time pubdate datetime="2009-10-10T19:10-08:00"></time></p> + </header> + <p>Yeah! Especially when talking about your lobbyist friends!</p> + </article> + <article> + <header> + <p>Posted by: George Hammond</p> + <p><time pubdate datetime="2009-10-10T19:15-08:00"></time></p> + </header> + <p>Hey, you have the same first name as me.</p> + </article> + </section> +</article></pre> + </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><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 Thursday, 10 September 2009 23:50:07 UTC