LeaVerou / multirange

A tiny polyfill for HTML5 multi-handle sliders
http://projects.verou.me/multirange/
MIT License
605 stars 82 forks source link

"multiple" attribute not part of HTML Living Spec (as of 31 July 2016) #37

Open StephenBrown2 opened 5 years ago

StephenBrown2 commented 5 years ago

It seems that as of some time between July 10, 2016, and July 31, 2016, the "multiple" attribute was removed from the input[type=range] spec, and is now listed as "does not apply".

Here is the latest web archive page with that text: http://web.archive.org/web/20160710230742/https://html.spec.whatwg.org/multipage/forms.html#range-state-(type=range):attr-input-multiple-3

ChALkeR commented 5 years ago

Ref: https://github.com/w3c/html/issues/90

LeaVerou commented 5 years ago

Yup, that's true, which is why I haven't been very interested in maintaining this polyfill.

AvnerCohen commented 3 years ago

@LeaVerou Or anyone else, Any reference/background to why multiple was removed from the spec? This really feels like a shortcoming of HTML. To me, It makes little sense that "range" form field does not allow to select a "range" and only allows to select a specific value inside-a-range.

I can't find any discussion or future of this and given the popularity of non native range libs, I am quite sure this is a common need.

basher commented 3 years ago

I just stumbled upon this polyfill today, and was initially quite excited as it polyfills multiple. Or not. Hmmm.

I'm currently getting around the issue by using 2 separate range sliders side-by-side, but they don't look pretty.