hixie: cross-ref error. (whatwg r3601)

hixie: cross-ref error. (whatwg r3601)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2792&r2=1.2793&f=h
http://html5.org/tools/web-apps-tracker?from=3600&to=3601

===================================================================
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:42:29 UTC