fryn / html5slider

<input type=range> polyfill for Firefox
http://fryn.github.io/html5slider/
180 stars 48 forks source link

Register as bower component #23

Closed Wolfr closed 10 years ago

Wolfr commented 11 years ago

It's probably interesting to register this as a bower component.

colthreepv commented 10 years ago

+1 for this suggestion!

fryn commented 10 years ago

Firefox 23 was released today, and it has built-in support for <input type="range" />, so this polyfill is no longer needed. http://caniuse.com/input-range

Therefore, it doesn't make sense to include this in bower, since the adoption curve of new versions of Firefox is sufficiently rapid, and Bower components should be forward-looking.

Thanks for your support! :)