Skip to content

Commit

Permalink
[e] (0) xref 'needs a date' by request
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8764

git-svn-id: http://svn.whatwg.org/webapps@4697 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2010
1 parent b554fc7 commit a6cfdcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -16835,8 +16835,8 @@ <h4 id=the-time-element><span class=secno>4.6.9 </span>The <dfn><code>time</code
<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
attribute specified, then the element <dfn id=needs-a-date>needs a date</dfn>. 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. Furthermore, for each
<code>Document</code>, there must be no more than one
Expand All @@ -16848,11 +16848,11 @@ <h4 id=the-time-element><span class=secno>4.6.9 </span>The <dfn><code>time</code
specified. Otherwise, the date or time is given by the element's
contents.</p>

<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,
<p>If the element <i><a href=#needs-a-date>needs a date</a></i>, and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is present,
then the attribute's value must be a <a href=#valid-date-string-with-optional-time>valid date string with
optional time</a>.</p>

<p>If the element <i>needs a date</i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
<p>If the element <i><a href=#needs-a-date>needs a date</a></i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
then the element's <code>textContent</code> must be a <a href=#valid-date-string-in-content-with-optional-time>valid
date string in content with optional time</a>.</p>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -16734,8 +16734,8 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
<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
attribute specified, then the element <dfn id=needs-a-date>needs a date</dfn>. 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. Furthermore, for each
<code>Document</code>, there must be no more than one
Expand All @@ -16747,11 +16747,11 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
specified. Otherwise, the date or time is given by the element's
contents.</p>

<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,
<p>If the element <i><a href=#needs-a-date>needs a date</a></i>, and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is present,
then the attribute's value must be a <a href=#valid-date-string-with-optional-time>valid date string with
optional time</a>.</p>

<p>If the element <i>needs a date</i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
<p>If the element <i><a href=#needs-a-date>needs a date</a></i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
then the element's <code>textContent</code> must be a <a href=#valid-date-string-in-content-with-optional-time>valid
date string in content with optional time</a>.</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -17802,8 +17802,8 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
<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
attribute specified, then the element <dfn>needs a date</dfn>. 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. Furthermore, for each
Expand Down

0 comments on commit a6cfdcd

Please sign in to comment.