Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Add examples of blog comments.
git-svn-id: http://svn.whatwg.org/webapps@3799 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 10, 2009
1 parent b6b1a62 commit 6a1bd6a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index
Expand Up @@ -13020,6 +13020,35 @@ not-slash = %x0000-002E / %x0030-10FFFF
</footer>
&lt;/article&gt;</pre>

<p>Here is that same blog post, but showing some of the comments:</p>

<pre>&lt;article&gt;
&lt;header&gt;
&lt;h1&gt;The Very First Rule of Life&lt;/h1&gt;
&lt;p&gt;&lt;time pubdate datetime="2009-10-09T14:28-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
&lt;/header&gt;
&lt;p&gt;If there's a microphone anywhere near you, assume it's hot and
sending whatever you're saying to the world. Seriously.&lt;/p&gt;
&lt;p&gt;<em>...</em>&lt;/p&gt;
&lt;section&gt;
&lt;h1&gt;Comments&lt;/h1&gt;
&lt;article&gt;
&lt;header&gt;
&lt;p&gt;Posted by: George Washington&lt;/p&gt;
&lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:10-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
&lt;/header&gt;
&lt;p&gt;Yeah! Especially when talking about your lobbyist friends!&lt;/p&gt;
&lt;/article&gt;
&lt;article&gt;
&lt;header&gt;
&lt;p&gt;Posted by: George Hammond&lt;/p&gt;
&lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:15-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
&lt;/header&gt;
&lt;p&gt;Hey, you have the same first name as me.&lt;/p&gt;
&lt;/article&gt;
&lt;/section&gt;
&lt;/article&gt;</pre>

</div>


Expand Down
29 changes: 29 additions & 0 deletions source
Expand Up @@ -13879,6 +13879,35 @@ not-slash = %x0000-002E / %x0030-10FFFF
&lt;/footer>
&lt;/article></pre>

<p>Here is that same blog post, but showing some of the comments:</p>

<pre>&lt;article>
&lt;header>
&lt;h1>The Very First Rule of Life&lt;/h1>
&lt;p>&lt;time pubdate datetime="2009-10-09T14:28-08:00">&lt;/time>&lt;/p>
&lt;/header>
&lt;p>If there's a microphone anywhere near you, assume it's hot and
sending whatever you're saying to the world. Seriously.&lt;/p>
&lt;p><em>...</em>&lt;/p>
&lt;section>
&lt;h1>Comments&lt;/h1>
&lt;article>
&lt;header>
&lt;p>Posted by: George Washington&lt;/p>
&lt;p>&lt;time pubdate datetime="2009-10-10T19:10-08:00">&lt;/time>&lt;/p>
&lt;/header>
&lt;p>Yeah! Especially when talking about your lobbyist friends!&lt;/p>
&lt;/article>
&lt;article>
&lt;header>
&lt;p>Posted by: George Hammond&lt;/p>
&lt;p>&lt;time pubdate datetime="2009-10-10T19:15-08:00">&lt;/time>&lt;/p>
&lt;/header>
&lt;p>Hey, you have the same first name as me.&lt;/p>
&lt;/article>
&lt;/section>
&lt;/article></pre>

</div>


Expand Down

0 comments on commit 6a1bd6a

Please sign in to comment.