[html5] r4697 - [e] (0) xref 'needs a date' by request Fixing http://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 12 20:07:04 PST 2010


Author: ianh
Date: 2010-02-12 20:07:02 -0800 (Fri, 12 Feb 2010)
New Revision: 4697

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref 'needs a date' by request
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8764

Modified: complete.html
===================================================================
--- complete.html	2010-02-13 03:59:58 UTC (rev 4696)
+++ complete.html	2010-02-13 04:07:02 UTC (rev 4697)
@@ -16835,8 +16835,8 @@
   <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
@@ -16848,11 +16848,11 @@
   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>
 

Modified: index
===================================================================
--- index	2010-02-13 03:59:58 UTC (rev 4696)
+++ index	2010-02-13 04:07:02 UTC (rev 4697)
@@ -16734,8 +16734,8 @@
   <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
@@ -16747,11 +16747,11 @@
   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>
 

Modified: source
===================================================================
--- source	2010-02-13 03:59:58 UTC (rev 4696)
+++ source	2010-02-13 04:07:02 UTC (rev 4697)
@@ -17802,8 +17802,8 @@
   <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




More information about the Commit-Watchers mailing list