- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 09:22:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15963
Modified Files:
Overview.html
Log Message:
mention <time pubdate> from <article> (whatwg r4041)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3202
retrieving revision 1.3203
diff -u -d -r1.3202 -r1.3203
--- Overview.html 29 Sep 2009 09:06:10 -0000 1.3202
+++ Overview.html 29 Sep 2009 09:22:46 -0000 1.3203
@@ -11758,7 +11758,9 @@
similar in purpose to the <code title="">entry</code> element in
Atom. <a href="#refsATOM">[ATOM]</a>
- <div class="example" id="article-example">
+ <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.<div class="example" id="article-example">
<p>This example shows a blog post using the <code><a href="#the-article-element">article</a></code>
element:</p>
Received on Tuesday, 29 September 2009 09:22:59 UTC