html5/spec Overview.html,1.2922,1.2923

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12984

Modified Files:
	Overview.html 
Log Message:
Make pubdate='' apply to <body> also. (whatwg r3752)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2922
retrieving revision 1.2923
diff -u -d -r1.2922 -r1.2923
--- Overview.html	4 Sep 2009 09:09:40 -0000	1.2922
+++ Overview.html	4 Sep 2009 09:17:28 -0000	1.2923
@@ -13573,14 +13573,16 @@
   attribute is a <a href="#boolean-attribute">boolean attribute</a>. If specified, it
   indicates that the date and time given by the element is the
   publication date and time of the nearest ancestor
-  <code><a href="#the-article-element">article</a></code> element. If the element has no ancestor
-  <code><a href="#the-article-element">article</a></code> element, the <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code> attribute must not be
-  specified. If the element has an ancestor <code><a href="#the-article-element">article</a></code>
-  element and the <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code>
-  attribute is specified, then the element <i>needs a date</i>. For
-  each <code><a href="#the-article-element">article</a></code> element, there must no more than one
+  <code><a href="#the-article-element">article</a></code> element, or, if the element has no ancestor
+  <code><a href="#the-article-element">article</a></code> element, of the document as a whole. If the
+  element has a <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code>
+  attribute specified, then the element <i>needs a date</i>. For each
+  <code><a href="#the-article-element">article</a></code> element, there must no more than one
   <code><a href="#the-time-element">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code> attribute whose nearest
-  ancestor is that <code><a href="#the-article-element">article</a></code> element.<p>The <dfn id="attr-time-datetime" title="attr-time-datetime"><code>datetime</code></dfn>
+  ancestor is that <code><a href="#the-article-element">article</a></code> element. Furthermore, for each
+  <code>Document</code>, there must be no more than one
+  <code><a href="#the-time-element">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code> attribute that does not
+  have an ancestor <code><a href="#the-article-element">article</a></code> element.<p>The <dfn id="attr-time-datetime" title="attr-time-datetime"><code>datetime</code></dfn>
   attribute, if present, gives the date or time being
   specified. Otherwise, the date or time is given by the element's
   contents.<p>If the element <i>needs a date</i>, and the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute is present,

Received on Friday, 4 September 2009 09:17:42 UTC