[html5] r7642 - [e] (0) Clarify parenthetical Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 17 12:37:23 PST 2013


Author: ianh
Date: 2013-01-17 12:37:22 -0800 (Thu, 17 Jan 2013)
New Revision: 7642

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify parenthetical
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-01-17 20:13:24 UTC (rev 7641)
+++ complete.html	2013-01-17 20:37:22 UTC (rev 7642)
@@ -49389,9 +49389,9 @@
   floating-point number</a>.</p>
 
   <p><span class=impl>The <a href=#concept-input-step-scale title=concept-input-step-scale>step scale factor</a> is
-  1.</span> The <a href=#concept-input-step-default title=concept-input-step-default>default
-  step</a> is 1 (allowing only integers, unless the <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute has a non-integer
-  value).</p>
+  1.</span> The <a href=#concept-input-step-default title=concept-input-step-default>default step</a> is 1 (allowing only
+  integers to be selected by the user, unless the <a href=#concept-input-min-zero title=concept-input-min-zero>step
+  base</a> has a non-integer value).</p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2013-01-17 20:13:24 UTC (rev 7641)
+++ index	2013-01-17 20:37:22 UTC (rev 7642)
@@ -49389,9 +49389,9 @@
   floating-point number</a>.</p>
 
   <p><span class=impl>The <a href=#concept-input-step-scale title=concept-input-step-scale>step scale factor</a> is
-  1.</span> The <a href=#concept-input-step-default title=concept-input-step-default>default
-  step</a> is 1 (allowing only integers, unless the <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute has a non-integer
-  value).</p>
+  1.</span> The <a href=#concept-input-step-default title=concept-input-step-default>default step</a> is 1 (allowing only
+  integers to be selected by the user, unless the <a href=#concept-input-min-zero title=concept-input-min-zero>step
+  base</a> has a non-integer value).</p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2013-01-17 20:13:24 UTC (rev 7641)
+++ source	2013-01-17 20:37:22 UTC (rev 7642)
@@ -57652,12 +57652,10 @@
   attribute, if specified, must have a value that is a <span>valid
   floating-point number</span>.</p>
 
-  <p><span class="impl">The <span
-  title="concept-input-step-scale">step scale factor</span> is
-  1.</span> The <span title="concept-input-step-default">default
-  step</span> is 1 (allowing only integers, unless the <code
-  title="attr-input-min">min</code> attribute has a non-integer
-  value).</p>
+  <p><span class="impl">The <span title="concept-input-step-scale">step scale factor</span> is
+  1.</span> The <span title="concept-input-step-default">default step</span> is 1 (allowing only
+  integers to be selected by the user, unless the <span title="concept-input-min-zero">step
+  base</span> has a non-integer value).</p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list