[html5] r5257 - [e] (0) clarification
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 9 17:58:34 PDT 2010
Author: ianh
Date: 2010-08-09 17:58:32 -0700 (Mon, 09 Aug 2010)
New Revision: 5257
Modified:
complete.html
index
source
Log:
[e] (0) clarification
Modified: complete.html
===================================================================
--- complete.html 2010-08-10 00:01:08 UTC (rev 5256)
+++ complete.html 2010-08-10 00:58:32 UTC (rev 5257)
@@ -42022,7 +42022,8 @@
<p>Changes the form control's <a href=#concept-fe-value title=concept-fe-value>value</a> by the value given in the
<code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute, multiplied by
- <var title="">n</var>. The default is 1.</p>
+ <var title="">n</var>. The default value for <var title="">n</var>
+ is 1.</p>
<p>Throws <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception if the control
is neither date- or time-based nor numeric, if the <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute's value is "<code title="">any</code>", if the current <a href=#concept-fe-value title=concept-fe-value>value</a> could not be parsed, or if
@@ -95109,6 +95110,7 @@
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
+ Arne Thomassen,
Aron Spohr,
Arphen Lin,
Aryeh Gregor,
Modified: index
===================================================================
--- index 2010-08-10 00:01:08 UTC (rev 5256)
+++ index 2010-08-10 00:58:32 UTC (rev 5257)
@@ -41949,7 +41949,8 @@
<p>Changes the form control's <a href=#concept-fe-value title=concept-fe-value>value</a> by the value given in the
<code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute, multiplied by
- <var title="">n</var>. The default is 1.</p>
+ <var title="">n</var>. The default value for <var title="">n</var>
+ is 1.</p>
<p>Throws <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception if the control
is neither date- or time-based nor numeric, if the <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute's value is "<code title="">any</code>", if the current <a href=#concept-fe-value title=concept-fe-value>value</a> could not be parsed, or if
@@ -88370,6 +88371,7 @@
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
+ Arne Thomassen,
Aron Spohr,
Arphen Lin,
Aryeh Gregor,
Modified: source
===================================================================
--- source 2010-08-10 00:01:08 UTC (rev 5256)
+++ source 2010-08-10 00:58:32 UTC (rev 5257)
@@ -46815,7 +46815,8 @@
<p>Changes the form control's <span
title="concept-fe-value">value</span> by the value given in the
<code title="attr-input-step">step</code> attribute, multiplied by
- <var title="">n</var>. The default is 1.</p>
+ <var title="">n</var>. The default value for <var title="">n</var>
+ is 1.</p>
<p>Throws <code>INVALID_STATE_ERR</code> exception if the control
is neither date- or time-based nor numeric, if the <code
@@ -109137,6 +109138,7 @@
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
+ Arne Thomassen,
Aron Spohr,
Arphen Lin,
Aryeh Gregor,
More information about the Commit-Watchers
mailing list