[Bug 13154] WF3: Allow two handles on input type="range", like this: http://jqueryui.com/demos/slider/#range

https://www.w3.org/Bugs/Public/show_bug.cgi?id=13154

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED

--- Comment #11 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
(In reply to Cameron Jones from comment #9)
> nothing is lost by allowing a 'range' input to select multiple values yet
> this opens the element for greater use.

One thing that would be lost is simplicity.


So one problem is how to specify the value of a type=range with two values.
It's all very well submitting it as foo.min=1&foo.max=4, but we only have a
single value="" attribute to read the value, so that implies we should be
either using value="1,2" or some such (and presumably submitting the same way),
or doing something else entirely. Adding multiple value="" attributes seems
dodgy.

Any opinions?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 1 October 2013 23:22:17 UTC