- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 01:06:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27618
Modified Files:
acknowledgements.html common-input-element-attributes.html
spec.html
Log Message:
clarification (whatwg r5257)
[updated by splitter]
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- common-input-element-attributes.html 9 Aug 2010 23:17:05 -0000 1.8
+++ common-input-element-attributes.html 10 Aug 2010 01:06:47 -0000 1.9
@@ -952,7 +952,8 @@
<p>Changes the form control's <a href="association-of-controls-and-forms.html#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="common-dom-interfaces.html#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="association-of-controls-and-forms.html#concept-fe-value" title="concept-fe-value">value</a> could not be parsed, or if
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1020
retrieving revision 1.1021
diff -u -d -r1.1020 -r1.1021
--- acknowledgements.html 9 Aug 2010 23:17:05 -0000 1.1020
+++ acknowledgements.html 10 Aug 2010 01:06:47 -0000 1.1021
@@ -366,6 +366,7 @@
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
+ Arne Thomassen,
Aron Spohr,
Arphen Lin,
Aryeh Gregor,
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1117
retrieving revision 1.1118
diff -u -d -r1.1117 -r1.1118
--- spec.html 10 Aug 2010 00:06:57 -0000 1.1117
+++ spec.html 10 Aug 2010 01:06:48 -0000 1.1118
@@ -334,7 +334,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4185.
+This is revision 1.4186.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 10 August 2010 01:06:51 UTC