[html5] r3601 - [e] (0) cross-ref error.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 12 16:41:27 PDT 2009
Author: ianh
Date: 2009-08-12 16:41:26 -0700 (Wed, 12 Aug 2009)
New Revision: 3601
Modified:
index
source
Log:
[e] (0) cross-ref error.
Modified: index
===================================================================
--- index 2009-08-12 23:38:35 UTC (rev 3600)
+++ index 2009-08-12 23:41:26 UTC (rev 3601)
@@ -36009,7 +36009,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
@@ -36024,7 +36024,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
Modified: source
===================================================================
--- source 2009-08-12 23:38:35 UTC (rev 3600)
+++ source 2009-08-12 23:41:26 UTC (rev 3601)
@@ -37780,7 +37780,7 @@
not apply, as defined for the <code>input</code> element's <code
title="attr-input-type">type</code> attribute's current state, then
return a Not-a-Number (NaN) value. Otherwise, if the <code
- title="dom-input-valueAsNumber">valueAs<em>Date</em></code>
+ title="dom-input-valueAsDate">valueAs<em>Date</em></code>
attribute applies, run the <span
title="concept-input-value-string-date">algorithm to convert a
string to a <code>Date</code> object</span> defined for that state;
@@ -37800,7 +37800,7 @@
title="attr-input-type">type</code> attribute's current state, then
throw an <code>INVALID_ACCESS_ERR</code> exception. Otherwise, if
the <code
- title="dom-input-valueAsNumber">valueAs<em>Date</em></code>
+ title="dom-input-valueAsDate">valueAs<em>Date</em></code>
attribute applies, run the <span
title="concept-input-value-date-string">algorithm to convert a
<code>Date</code> object to a string</span> defined for that state,
More information about the Commit-Watchers
mailing list