DescriptionUpdate input[type=range]'s step base handling to match spec.
The HTML spec recently shifted to using 'value' as the first fallback
option for an input element's "step base" (if no 'min' attribute),
http://www.whatwg.org/specs/web-apps/current-work/#concept-input-min-zero
Also bring type=range elements into line with that, including using
that step base when clamping values to the supported range.
R=
BUG=339194
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166367
Patch Set 1 #
Total comments: 3
Messages
Total messages: 6 (0 generated)
|