- From: poot <cvsmail@w3.org>
- Date: Wed, 1 Oct 2008 09:28:44 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: <input type=number> (whatwg r2254) 4.10.4.1.11. Number state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#number 4.10.4.1.6. Date state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#date-state 4.10.4.1.7. Month state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#month 4.10.4.1.9. Time state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#time-state 4.10.4.1.12. Range state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#range 4.10.4.1.8. Week state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#week-state 4.10.4.1.5. Date and Time state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#date-and 4.10.4.1.10. Local Date and Time state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1427.html#local0 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1426&r2=1.1427&f=h http://html5.org/tools/web-apps-tracker?from=2253&to=2254 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1426 retrieving revision 1.1427 diff -u -d -r1.1426 -r1.1427 --- Overview.html 30 Sep 2008 21:21:45 -0000 1.1426 +++ Overview.html 1 Oct 2008 00:24:51 -0000 1.1427 @@ -30170,8 +30170,8 @@ is 60 seconds. <p>When the element is <a href="#suffering3">suffering from a step - mismatch</a>, the user agent may round the element's <span - title=concept-input-value>value</span> to the nearest <a href="#utc-date" + mismatch</a>, the user agent may round the element's <a href="#value12" + title=concept-fe-value>value</a> to the nearest <a href="#utc-date" title=concept-datetime>UTC date and time</a> for which the element would not <a href="#suffering3" title="suffering from a step mismatch">suffer from a step mismatch</a>. @@ -30300,8 +30300,8 @@ day. <p>When the element is <a href="#suffering3">suffering from a step - mismatch</a>, the user agent may round the element's <span - title=concept-input-value>value</span> to the nearest <a href="#date" + mismatch</a>, the user agent may round the element's <a href="#value12" + title=concept-fe-value>value</a> to the nearest <a href="#date" title=concept-date>date</a> for which the element would not <a href="#suffering3" title="suffering from a step mismatch">suffer from a step mismatch</a>. @@ -30428,8 +30428,8 @@ title=concept-input-step-default>default step</a> is 1 month. <p>When the element is <a href="#suffering3">suffering from a step - mismatch</a>, the user agent may round the element's <span - title=concept-input-value>value</span> to the nearest <a href="#month0" + mismatch</a>, the user agent may round the element's <a href="#value12" + title=concept-fe-value>value</a> to the nearest <a href="#month0" title=concept-month>month</a> for which the element would not <a href="#suffering3" title="suffering from a step mismatch">suffer from a step mismatch</a>. @@ -30556,8 +30556,8 @@ week. <p>When the element is <a href="#suffering3">suffering from a step - mismatch</a>, the user agent may round the element's <span - title=concept-input-value>value</span> to the nearest <a href="#week" + mismatch</a>, the user agent may round the element's <a href="#value12" + title=concept-fe-value>value</a> to the nearest <a href="#week" title=concept-week>week</a> for which the element would not <a href="#suffering3" title="suffering from a step mismatch">suffer from a step mismatch</a>. @@ -30685,8 +30685,8 @@ is 60 seconds. <p>When the element is <a href="#suffering3">suffering from a step - mismatch</a>, the user agent may round the element's <span - title=concept-input-value>value</span> to the nearest <a href="#time" + mismatch</a>, the user agent may round the element's <a href="#value12" + title=concept-fe-value>value</a> to the nearest <a href="#time" title=concept-time>time</a> for which the element would not <a href="#suffering3" title="suffering from a step mismatch">suffer from a step mismatch</a>. @@ -30813,8 +30813,8 @@ is 60 seconds. <p>When the element is <a href="#suffering3">suffering from a step - mismatch</a>, the user agent may round the element's <span - title=concept-input-value>value</span> to the nearest <a href="#local1" + mismatch</a>, the user agent may round the element's <a href="#value12" + title=concept-fe-value>value</a> to the nearest <a href="#local1" title=concept-datetime-local>local date and time</a> for which the element would not <a href="#suffering3" title="suffering from a step mismatch">suffer from a step mismatch</a>. @@ -30886,7 +30886,99 @@ the <a href="#number2" title=attr-input-type-number>Number</a> state, the rules in this section apply. - <p class=big-issue>... + <p>The <code><a href="#input0">input</a></code> element represents a + control for setting the element's <a href="#value12" + title=concept-fe-value>value</a> to a string representing a number. + + <p>If the element is <i title=concept-input-mutable><a + href="#mutable">mutable</a></i>, the user should allow the user to change + the number represented by its <a href="#value12" + title=concept-fe-value>value</a>, as obtained from applying the <a + href="#rules1">rules for parsing floating point number values</a> to it. + User agents must not allow the user to set the <a href="#value12" + title=concept-fe-value>value</a> to a string that is not a <a + href="#valid1">valid floating point number</a>. If the user agent provides + a user interface for selecting a number, then the <a href="#value12" + title=concept-fe-value>value</a> must be set to a <a href="#valid1">valid + floating point number</a> representing the user's selection. User agents + should allow the user to set the <a href="#value12" + title=concept-fe-value>value</a> to the empty string. + + <p><strong>The <a href="#value8">value sanitization algorithm</a> is as + follows:</strong> If the <a href="#value12" + title=concept-fe-value>value</a> of the element is not a <a + href="#valid1">valid floating point number</a>, then set it to the empty + string instead. + + <p>The <code title=attr-input-min><a href="#min2">min</a></code> attribute, + if specified, must have a value that is a <a href="#valid1">valid floating + point number</a>. The <code title=attr-input-max><a + href="#max4">max</a></code> attribute, if specified, must have a value + that is a <a href="#valid1">valid floating point number</a>. + + <p>The <a href="#step-" title=concept-input-step-scale>step scale + factor</a> is 1. The <a href="#default2" + title=concept-input-step-default>default step</a> is 1 (allowing only + integers, unless the <code title=attr-input-min><a + href="#min2">min</a></code> attribute has a non-integer value). + + <p>When the element is <a href="#suffering3">suffering from a step + mismatch</a>, the user agent may round the element's <a href="#value12" + title=concept-fe-value>value</a> to the nearest number for which the + element would not <a href="#suffering3" title="suffering from a step + mismatch">suffer from a step mismatch</a>. + + <p><strong>The <a href="#algorithm5" + title=concept-input-value-string-number>algorithm to convert a string to a + number</a>, given a string <var title="">input</var>, is as + follows:</strong> If applying the <a href="#rules1">rules for parsing + floating point number values</a> to <var title="">input</var> results in + an error, then return an error; otherwise, return the resulting number. + + <p><strong>The <a href="#algorithm6" + title=concept-input-value-number-string>algorithm to convert a number to a + string</a>, given a number <var title="">input</var>, is as + follows:</strong> Return a <a href="#valid1">valid floating point + number</a> that represents <var title="">input</var>. + + <p>The following common <code><a href="#input0">input</a></code> element + content attributes, DOM attributes, and methods apply to the element: + <code title=attr-input-autocomplete><a + href="#autocomplete0">autocomplete</a></code>, <code + title=attr-input-list>list</code>, <code title=attr-input-max><a + href="#max4">max</a></code>, <code title=attr-input-min><a + href="#min2">min</a></code>, <code title=attr-input-readonly><a + href="#readonly0">readonly</a></code>, <code + title=attr-input-required>required</code>, and <code + title=attr-input-step><a href="#step0">step</a></code> content attributes; + <code title=dom-input-list><a href="#list">list</a></code>, <code + title=dom-input-valueAsNumber><a + href="#valueasnumber">valueAsNumber</a></code>, <code + title=dom-input-selectedOption><a + href="#selectedoption">selectedOption</a></code>, <code + title=dom-input-stepUp><a href="#stepup">stepUp()</a></code>, and <code + title=dom-input-stepDown><a href="#stepdown">stepDown()</a></code> DOM + attributes. + + <p>The following content attributes must not be specified and do not apply + to the element: <code class=no-backref title=attr-input-accept><a + href="#accept0">accept</a></code>, <code class=no-backref + title=attr-input-alt>alt</code>, <code class=no-backref + title=attr-input-checked>checked</code>, <code class=no-backref + title=attr-input-maxlength><a href="#maxlength0">maxlength</a></code>, + <code class=no-backref title=attr-input-pattern>pattern</code>, <code + class=no-backref title=attr-input-size>size</code>, <code class=no-backref + title=attr-input-src>src</code>, <code class=no-backref + title=attr-fs-target><a href="#target3">target</a></code>, <code + class=no-backref title=attr-fs-method><a href="#method">method</a></code>, + <code class=no-backref title=attr-fs-enctype><a + href="#enctype">enctype</a></code>, and <code class=no-backref + title=attr-fs-action><a href="#action">action</a></code>. + + <p>The following DOM attributes do not apply to the element: <code + class=no-backref title=dom-input-valueAsDate><a + href="#valueasdate">valueAsDate</a></code> and <code class=no-backref + title=dom-input-checked><a href="#checked1">checked</a></code>. <h6 id=range><span class=secno>4.10.4.1.12. </span><dfn id=range1 title=attr-input-type-range>Range</dfn> state</h6>
Received on Wednesday, 1 October 2008 00:29:24 UTC