hixie: clarification (whatwg r5257)

hixie: clarification (whatwg r5257)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4185&r2=1.4186&f=h
http://html5.org/tools/web-apps-tracker?from=5256&to=5257

===================================================================
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:59:19 UTC