Suggested bug in input step base defn.

Nicholas Shanks <[email protected]> Fri, 16 Nov 2012 23:35:58 +0000
Newsgroups gmane.comp.web.html.general
Message-ID <CA+hEJVU8txLJYZYPM7wdJopTiuKoVWGsg1PjBw68-kwK5PUdTw@mail.gmail.com>
--047d7b3a7fecd90fab04cea53a20
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

>From http://code.google.com/p/chromium/issues/detail?id=3D161473

When an input has no @min, the step base should be the @value, before
resorting to default step base for that type, then step base of zero.

e.g. <input type=3Dnumber value=3D5 step=3D10>

Expected permitted values: =E2=80=A6, =E2=80=935, 5, 15, 25, 35, =E2=80=A6
Permitted values according to base step rule: =E2=80=A6, =E2=80=9310, 0, 10=
, 20, 30, =E2=80=A6

Without this, an unmodified form (with values as sent from server) cannot
be submitted.


--=20
Nicholas.

--047d7b3a7fecd90fab04cea53a20
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

From=C2=A0<a href=3D"http://code.google.com/p/chromium/issues/detail?id=3D1=
61473">http://code.google.com/p/chromium/issues/detail?id=3D161473</a><div>=
<br></div><div>When an input has no @min, the step base should be the @valu=
e, before resorting to default step base for that type, then step base of z=
ero.</div>
<div><br></div>e.g. &lt;input type=3Dnumber value=3D5 step=3D10&gt;<div><br=
></div><div>Expected permitted values: =E2=80=A6, =E2=80=935, 5, 15, 25, 35=
, =E2=80=A6</div><div>Permitted values according to base step rule: =E2=80=
=A6, =E2=80=9310, 0, 10, 20, 30, =E2=80=A6<span></span></div>
<div><br></div><div>Without this, an unmodified form (with values as sent f=
rom server) cannot be submitted.</div><br><br>-- <br>Nicholas.<br>

--047d7b3a7fecd90fab04cea53a20--