anydigital / float-label-css

Bulletproof CSS-only implementation of Float Label pattern with automatic fallback for ANY non-supporting browser.
https://codepen.io/tonystar/pen/JRLaKw
MIT License
262 stars 28 forks source link

Try HTML5 placeholder Polyfill #9

Open tonystar opened 8 years ago

tonystar commented 8 years ago

https://github.com/ginader/HTML5-placeholder-polyfill

Julix91 commented 7 years ago

Internet Explorer 9 and lower - really? - Even Microsoft stopped supporting them and according to caniuse.com IE 8 + IE 9 together is 0.5 % of global users.

However, I don't know much about mobile browser versions - are iOS Safari < 4.0 or Android Browser < 2.0 still commonly in use?

tonystar commented 7 years ago

@Julix91 I created this issue as a "note" actually. Your truth - no need to support old browsers today!

It's better to focus on new browsers keeping in mind some working fallback for older ones.