html5/spec Overview.html,1.2967,1.2968

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>
 &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:49:24 UTC