[html5] r3752 - [ac] (0) Make pubdate='' apply to <body> also.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 4 02:20:44 PDT 2009
Author: ianh
Date: 2009-09-04 02:20:43 -0700 (Fri, 04 Sep 2009)
New Revision: 3752
Modified:
index
source
Log:
[ac] (0) Make pubdate='' apply to <body> also.
Modified: index
===================================================================
--- index 2009-09-04 09:12:55 UTC (rev 3751)
+++ index 2009-09-04 09:20:43 UTC (rev 3752)
@@ -15508,14 +15508,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>
+ 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>
<p>The <dfn id=attr-time-datetime title=attr-time-datetime><code>datetime</code></dfn>
attribute, if present, gives the date or time being
Modified: source
===================================================================
--- source 2009-09-04 09:12:55 UTC (rev 3751)
+++ source 2009-09-04 09:20:43 UTC (rev 3752)
@@ -16608,16 +16608,18 @@
attribute is a <span>boolean attribute</span>. If specified, it
indicates that the date and time given by the element is the
publication date and time of the nearest ancestor
- <code>article</code> element. If the element has no ancestor
- <code>article</code> element, the <code
- title="attr-time-pubdate">pubdate</code> attribute must not be
- specified. If the element has an ancestor <code>article</code>
- element and the <code title="attr-time-pubdate">pubdate</code>
- attribute is specified, then the element <i>needs a date</i>. For
- each <code>article</code> element, there must no more than one
+ <code>article</code> element, or, if the element has no ancestor
+ <code>article</code> element, of the document as a whole. If the
+ element has a <code title="attr-time-pubdate">pubdate</code>
+ attribute specified, then the element <i>needs a date</i>. For each
+ <code>article</code> element, there must no more than one
<code>time</code> element with a <code
title="attr-time-pubdate">pubdate</code> attribute whose nearest
- ancestor is that <code>article</code> element.</p>
+ ancestor is that <code>article</code> element. Furthermore, for each
+ <code>Document</code>, there must be no more than one
+ <code>time</code> element with a <code
+ title="attr-time-pubdate">pubdate</code> attribute that does not
+ have an ancestor <code>article</code> element.</p>
<p>The <dfn title="attr-time-datetime"><code>datetime</code></dfn>
attribute, if present, gives the date or time being
More information about the Commit-Watchers
mailing list