hixie: Add examples of blog comments. (whatwg r3799)

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>
 &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><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