- From: poot <cvsmail@w3.org>
- Date: Sat, 13 Feb 2010 13:07:48 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref 'needs a date' by request (whatwg r4697) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3748&r2=1.3749&f=h http://html5.org/tools/web-apps-tracker?from=4696&to=4697 =================================================================== 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:08:17 UTC