[html5] r4972 - [giow] (0) Make step='' work with type=week.

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 5 15:22:28 PDT 2010


Author: ianh
Date: 2010-04-05 15:22:27 -0700 (Mon, 05 Apr 2010)
New Revision: 4972

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Make step='' work with type=week.

Modified: complete.html
===================================================================
--- complete.html	2010-04-05 21:50:30 UTC (rev 4971)
+++ complete.html	2010-04-05 22:22:27 UTC (rev 4972)
@@ -35650,7 +35650,8 @@
   expressed in weeks. <span class=impl>The <a href=#concept-input-step-scale title=concept-input-step-scale>step scale factor</a> is
   604,800,000 (which converts the weeks to milliseconds, as used in
   the other algorithms).</span> The <a href=#concept-input-step-default title=concept-input-step-default>default step</a> is 1
-  week.</p>
+  week. <span class=impl>The <a href=#concept-input-step-default-base title=concept-input-step-default-base>default step base</a> is
+  −259,200,000 (the start of week 1970-W01).</span></p>
 
   <div class=impl>
 
@@ -37986,9 +37987,10 @@
   allowed values. <span class=impl>The section that defines the
   <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state
   also defines the <dfn id=concept-input-step-default title=concept-input-step-default>default
-  step</dfn> and the <dfn id=concept-input-step-scale title=concept-input-step-scale>step scale
-  factor</dfn>, which are used in processing the attribute as
-  described below.</span></p>
+  step</dfn>, the <dfn id=concept-input-step-scale title=concept-input-step-scale>step scale
+  factor</dfn>, and in some cases the <dfn id=concept-input-step-default-base title=concept-input-step-default-base>default step base</dfn>,
+  which are used in processing the attribute as described
+  below.</span></p>
 
   <p>The <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute, if
   specified, must either have a value that is a <a href=#valid-floating-point-number>valid floating
@@ -38026,7 +38028,8 @@
   not have a <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute
   specified or the result of applying that algorithm is an error, in
   which case the <a href=#concept-input-min-zero title=concept-input-min-zero>step base</a>
-  is zero.</p>
+  is the <a href=#concept-input-step-default-base title=concept-input-step-default-base>default step
+  base</a>, if one is defined, or zero, if not.</p>
 
   <p><strong>Constraint validation</strong>: When the element has an
   <a href=#concept-input-step title=concept-input-step>allowed value step</a>, and the

Modified: index
===================================================================
--- index	2010-04-05 21:50:30 UTC (rev 4971)
+++ index	2010-04-05 22:22:27 UTC (rev 4972)
@@ -35551,7 +35551,8 @@
   expressed in weeks. <span class=impl>The <a href=#concept-input-step-scale title=concept-input-step-scale>step scale factor</a> is
   604,800,000 (which converts the weeks to milliseconds, as used in
   the other algorithms).</span> The <a href=#concept-input-step-default title=concept-input-step-default>default step</a> is 1
-  week.</p>
+  week. <span class=impl>The <a href=#concept-input-step-default-base title=concept-input-step-default-base>default step base</a> is
+  −259,200,000 (the start of week 1970-W01).</span></p>
 
   <div class=impl>
 
@@ -37887,9 +37888,10 @@
   allowed values. <span class=impl>The section that defines the
   <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state
   also defines the <dfn id=concept-input-step-default title=concept-input-step-default>default
-  step</dfn> and the <dfn id=concept-input-step-scale title=concept-input-step-scale>step scale
-  factor</dfn>, which are used in processing the attribute as
-  described below.</span></p>
+  step</dfn>, the <dfn id=concept-input-step-scale title=concept-input-step-scale>step scale
+  factor</dfn>, and in some cases the <dfn id=concept-input-step-default-base title=concept-input-step-default-base>default step base</dfn>,
+  which are used in processing the attribute as described
+  below.</span></p>
 
   <p>The <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute, if
   specified, must either have a value that is a <a href=#valid-floating-point-number>valid floating
@@ -37927,7 +37929,8 @@
   not have a <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute
   specified or the result of applying that algorithm is an error, in
   which case the <a href=#concept-input-min-zero title=concept-input-min-zero>step base</a>
-  is zero.</p>
+  is the <a href=#concept-input-step-default-base title=concept-input-step-default-base>default step
+  base</a>, if one is defined, or zero, if not.</p>
 
   <p><strong>Constraint validation</strong>: When the element has an
   <a href=#concept-input-step title=concept-input-step>allowed value step</a>, and the

Modified: source
===================================================================
--- source	2010-04-05 21:50:30 UTC (rev 4971)
+++ source	2010-04-05 22:22:27 UTC (rev 4972)
@@ -39412,7 +39412,9 @@
   604,800,000 (which converts the weeks to milliseconds, as used in
   the other algorithms).</span> The <span
   title="concept-input-step-default">default step</span> is 1
-  week.</p>
+  week. <span class="impl">The <span
+  title="concept-input-step-default-base">default step base</span> is
+  &#x2212;259,200,000 (the start of week 1970-W01).</span></p>
 
   <div class="impl">
 
@@ -42055,9 +42057,11 @@
   allowed values. <span class="impl">The section that defines the
   <code title="attr-input-type">type</code> attribute's current state
   also defines the <dfn title="concept-input-step-default">default
-  step</dfn> and the <dfn title="concept-input-step-scale">step scale
-  factor</dfn>, which are used in processing the attribute as
-  described below.</span></p>
+  step</dfn>, the <dfn title="concept-input-step-scale">step scale
+  factor</dfn>, and in some cases the <dfn
+  title="concept-input-step-default-base">default step base</dfn>,
+  which are used in processing the attribute as described
+  below.</span></p>
 
   <p>The <code title="attr-input-step">step</code> attribute, if
   specified, must either have a value that is a <span>valid floating
@@ -42110,7 +42114,8 @@
   not have a <code title="attr-input-min">min</code> attribute
   specified or the result of applying that algorithm is an error, in
   which case the <span title="concept-input-min-zero">step base</span>
-  is zero.</p>
+  is the <span title="concept-input-step-default-base">default step
+  base</span>, if one is defined, or zero, if not.</p>
 
   <p><strong>Constraint validation</strong>: When the element has an
   <span title="concept-input-step">allowed value step</span>, and the




More information about the Commit-Watchers mailing list