- From: poot <cvsmail@w3.org>
- Date: Mon, 07 Feb 2011 19:40:41 -0500
- To: public-html-diffs@w3.org
hixie: xref (whatwg r5846) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4691&r2=1.4692&f=h http://html5.org/tools/web-apps-tracker?from=5845&to=5846 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4691 retrieving revision 1.4692 diff -u -d -r1.4691 -r1.4692 --- Overview.html 8 Feb 2011 00:37:23 -0000 1.4691 +++ Overview.html 8 Feb 2011 00:39:00 -0000 1.4692 @@ -16957,11 +16957,13 @@ 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><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><a href="#textcontent">textContent</a></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 - string</a>.<p>If the element does not <i>need a date</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><a href="#textcontent">textContent</a></code> must be a <a href="#valid-date-or-time-string-in-content">valid - date or time string in content</a>.<p>The date, if any, must be expressed using the Gregorian + date string in content with optional time</a>.<p>If the element does not <i title="needs a date"><a href="#needs-a-date">need 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-or-time-string">valid date or + time string</a>.<p>If the element does not <i title="needs a date"><a href="#needs-a-date">need 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><a href="#textcontent">textContent</a></code> must be + a <a href="#valid-date-or-time-string-in-content">valid date or time string in content</a>.<p>The date, if any, must be expressed using the Gregorian calendar.<div class="impl"> <p>If the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute @@ -31996,7 +31998,7 @@ <ol><li><p>Let <var title="">latest values</var> be a copy of the element's <a href="#concept-fe-value" title="concept-fe-value">value<em>s</em></a>.</li> - <!-- It's a copy because /values/ might include leading and< + <!-- It's a copy because /values/ might include leading and trailing spaces that we don't necessarily want to remove from the UI but that we do want to remove before serialising. -->
Received on Tuesday, 8 February 2011 00:40:43 UTC