Short URL: http://html5.org/r/3799
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3799 | Add examples of blog comments. | 2009-09-10 23:53 |
Index: source =================================================================== --- source (revision 3798) +++ source (revision 3799) @@ -13879,6 +13879,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>