- From: TAMURA, Kent <tkent@chromium.org>
- Date: Mon, 16 Nov 2009 15:48:02 +0900
<input type=number min=0 step=2 value='-1'> <input type=number min=0 max=4 step=2 value=5> Should input.validity.stepMismatch return true in these cases? The spec simply says: "that number subtracted from the step base is not an integral multiple of the allowed value step, the element is suffering from a step mismatch." and doesn't mention the relationship with rangeUnderflow and rangeOverflow. So I think stepMismatch should work even if value is less than min or greater than max. I'd like to clarify it. -- TAMURA Kent Software Engineer, Google -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20091116/7698ef32/attachment.htm>
Received on Sunday, 15 November 2009 22:48:02 UTC