- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Sep 2009 23:49:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1184 Modified Files: Overview.html Log Message: Add examples of blog comments. (whatwg r3799) Index: Overview.html =================================================================== 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:49:24 UTC