- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Aug 2009 23:41:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25732 Modified Files: Overview.html Log Message: cross-ref error. (whatwg r3601) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2792 retrieving revision 1.2793 diff -u -d -r1.2792 -r1.2793 --- Overview.html 12 Aug 2009 23:38:41 -0000 1.2792 +++ Overview.html 12 Aug 2009 23:41:32 -0000 1.2793 @@ -36221,7 +36221,7 @@ <p>On getting, if the <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> attribute does not apply, as defined for the <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute's current state, then - return a Not-a-Number (NaN) value. Otherwise, if the <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAs<em>Date</em></a></code> + return a Not-a-Number (NaN) value. Otherwise, if the <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAs<em>Date</em></a></code> attribute applies, run the <a href="#concept-input-value-string-date" title="concept-input-value-string-date">algorithm to convert a string to a <code>Date</code> object</a> defined for that state; if the algorithm returned a <code>Date</code> object, then return @@ -36236,7 +36236,7 @@ <p>On setting, if the <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> attribute does not apply, as defined for the <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute's current state, then throw an <code><a href="#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception. Otherwise, if - the <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAs<em>Date</em></a></code> + the <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAs<em>Date</em></a></code> attribute applies, run the <a href="#concept-input-value-date-string" title="concept-input-value-date-string">algorithm to convert a <code>Date</code> object to a string</a> defined for that state, passing it a <code>Date</code> object whose <i>time value</i> is the
Received on Wednesday, 12 August 2009 23:41:45 UTC