- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 00:58:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26320
Modified Files:
Overview.html
Log Message:
clarification (whatwg r5257)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4185
retrieving revision 1.4186
diff -u -d -r1.4185 -r1.4186
--- Overview.html 10 Aug 2010 00:01:13 -0000 1.4185
+++ Overview.html 10 Aug 2010 00:58:38 -0000 1.4186
@@ -31410,7 +31410,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
@@ -68193,6 +68194,7 @@
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
+ Arne Thomassen,
Aron Spohr,
Arphen Lin,
Aryeh Gregor,
Received on Tuesday, 10 August 2010 00:58:43 UTC