- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 20 Nov 2012 19:53:09 +0000 (UTC)
- To: Nicholas Shanks <nickshanks@nickshanks.com>
- cc: www-html@w3.org
Received on Tuesday, 20 November 2012 19:53:32 UTC
On Fri, 16 Nov 2012, Nicholas Shanks wrote: > > >From http://code.google.com/p/chromium/issues/detail?id=161473 > > 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=number value=5 step=10> > > Expected permitted values: …, –5, 5, 15, 25, 35, … > Permitted values according to base step rule: …, –10, 0, 10, 20, 30, … > > Without this, an unmodified form (with values as sent from server) cannot > be submitted. Fixed, thanks. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 20 November 2012 19:53:32 UTC