Skip to content

Commit

Permalink
[ac] (0) Make pubdate='' apply to <body> also.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3752 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2009
1 parent ea6c250 commit 68b367f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
16 changes: 9 additions & 7 deletions index
Expand Up @@ -15508,14 +15508,16 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
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
Expand Down
18 changes: 10 additions & 8 deletions source
Expand Up @@ -16608,16 +16608,18 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
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
Expand Down

0 comments on commit 68b367f

Please sign in to comment.