[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

--- Comment #12 from Jonas Sicking <jonas@sicking.cc> ---
The more I think about it, the more I think reusing <input type=range> will
just lead to confusion. I think minting a new type=? is a simpler way to go.

We could have .value return something like { min: x, max: y } though that's
somewhat messy since we end up in the same old "is the object mutable?" debate.

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

Received on Wednesday, 2 October 2013 06:59:17 UTC