html5/spec Overview.html,1.3748,1.3749

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

Modified Files:
	Overview.html 
Log Message:
xref 'needs a date' by request (whatwg r4697)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3748
retrieving revision 1.3749
diff -u -d -r1.3748 -r1.3749
--- Overview.html	13 Feb 2010 04:00:05 -0000	1.3748
+++ Overview.html	13 Feb 2010 04:07:37 -0000	1.3749
@@ -14453,8 +14453,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
@@ -14462,9 +14462,9 @@
   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,
+  contents.<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>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,
+  optional time</a>.<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>If the element does not <i>need a date</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-or-time-string">valid date or time

Received on Saturday, 13 February 2010 04:07:43 UTC