Re: [whatwg] Ignore min and max if min > max

2013-07-31 Thread Scott González
It's been a while since I read the spec, but I can say that the behavior in jQuery UI is in line with Hixie's response. We do nothing to adjust the user-specified min/max/step, but never allow changing to a value that doesn't fit in the specified range. If you specify a max lower than the min, any

Re: [whatwg] Ignore min and max if min > max

2013-07-30 Thread Ian Hickson
On Wed, 17 Apr 2013, Mounir Lamouri wrote: > > Currently, the specification seems to take care of min > max by simply > making the element suffering from a value underflow such as a value > overflow. Also, has a special behaviour in that > situation. However, if you try different implementatio

[whatwg] Ignore min and max if min > max

2013-04-17 Thread Mounir Lamouri
Hi, Currently, the specification seems to take care of min > max by simply making the element suffering from a value underflow such as a value overflow. Also, has a special behaviour in that situation. However, if you try different implementations, the behaviours when min > max a widely different