andreruffert / rangeslider.js

🎚 HTML5 input range slider element jQuery polyfill
https://rangeslider.js.org
MIT License
2.17k stars 401 forks source link

Don't use DIVs for styling the polyfill #237

Open smares opened 7 years ago

smares commented 7 years ago

DIVs being block elements are sometimes not allowed within other elements such as P. A better approach would be using SPANs to display the different slider elements.

joe4mg commented 7 years ago

Block level elements inside inline is fine since html5