[html5] r4041 - [e] (0) mention <time pubdate> from <article> Fixing http://www.w3.org/Bugs/Publ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 29 02:31:06 PDT 2009


Author: ianh
Date: 2009-09-29 02:31:06 -0700 (Tue, 29 Sep 2009)
New Revision: 4041

Modified:
   index
   source
Log:
[e] (0) mention <time pubdate> from <article>
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7708

Modified: index
===================================================================
--- index	2009-09-29 09:14:29 UTC (rev 4040)
+++ index	2009-09-29 09:31:06 UTC (rev 4041)
@@ -13257,6 +13257,10 @@
   similar in purpose to the <code title="">entry</code> element in
   Atom. <a href=#refsATOM>[ATOM]</a>
 
+  <p class=note>The <code><a href=#the-time-element>time</a></code> element's <code title=attr-time-pubdate><a href=#attr-time-pubdate>pubdate</a></code> attribute can be used to
+  provide the publicate date for an <code><a href=#the-article-element>article</a></code>
+  elemement.</p>
+
   <div class=example id=article-example>
 
    <p>This example shows a blog post using the <code><a href=#the-article-element>article</a></code>

Modified: source
===================================================================
--- source	2009-09-29 09:14:29 UTC (rev 4040)
+++ source	2009-09-29 09:31:06 UTC (rev 4041)
@@ -14103,6 +14103,11 @@
   similar in purpose to the <code title="">entry</code> element in
   Atom. <a href="#refsATOM">[ATOM]</a>
 
+  <p class="note">The <code>time</code> element's <code
+  title="attr-time-pubdate">pubdate</code> attribute can be used to
+  provide the publicate date for an <code>article</code>
+  elemement.</p>
+
   <div id="article-example" class="example">
 
    <p>This example shows a blog post using the <code>article</code>




More information about the Commit-Watchers mailing list