Skip to content

Commit

Permalink
[e] (0) cross-ref error.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3601 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2009
1 parent 0838c6d commit 2b10d1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -36009,7 +36009,7 @@ You cannot complete this form until the field is correct.</samp></pre>

<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
Expand All @@ -36024,7 +36024,7 @@ You cannot complete this form until the field is correct.</samp></pre>
<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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -37780,7 +37780,7 @@ You cannot complete this form until the field is correct.</samp></pre>
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;
Expand All @@ -37800,7 +37800,7 @@ You cannot complete this form until the field is correct.</samp></pre>
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,
Expand Down

0 comments on commit 2b10d1b

Please sign in to comment.