Normalize v2.0.1 - optimized for modern browsers
necolas.github.com
Normalize v2.0.1 - optimized for modern browsers
1–10 of 15 posts
Re: Normalize v2.0.1 - optimized for modern browsers
#2Re: Normalize v2.0.1 - optimized for modern browsers
#3I don't get it, is everybody ready to drop IE7 support?
If you still need legacy browser support, then use 1.x.
Re: Normalize v2.0.1 - optimized for modern browsers
#4I don't get it, is everybody ready to drop IE7 support?
I "dropped" IE8 support in 2010: http://impactjs.com/
Re: Normalize v2.0.1 - optimized for modern browsers
#5I don't get it, is everybody ready to drop IE7 support?
There is accommodating customers, usually large organisations, who for whatever reason have chosen stability in their system software. And then there is not taking advantage of new technologies that almost everyone in most markets can use, and that almost everyone else could upgrade to if they needed to, just to support a tiny and shrinking minority.
Re: Normalize v2.0.1 - optimized for modern browsers
#6Was v2.0.1 not suitable for that simple landing page?
Re: Normalize v2.0.1 - optimized for modern browsers
#7I don't get it, is everybody ready to drop IE7 support?
If you don't need to support legacy browsers, then you can use 2.x. If you still need legacy browser support, then use 1.x.
Re: Normalize v2.0.1 - optimized for modern browsers
#8Earlier quoted context omitted.
If you don't need to support legacy browsers, then you can use 2.x. If you still need legacy browser support, then use 1.x.
Sorry, i did not make myself clear. It was more a general question. I was under the impression most webdevelopers still try to support IE7.
IE8 makes up 11.9%, so we do proper testing there, and the content should look as close as possible to modern browsers, but I'm happy to include polyfills etc where needed.
For us, Chrome is 21.1%, Mobile Safari is 17.5%, IE9 is 17.1%, and Firefox is 15.6%, so for us over 70% of users have a modern browser. These 4 are our target browsers, where everything should work.
Re: Normalize v2.0.1 - optimized for modern browsers
#9Also, I reckon test case examples for each browser quirk would be cool, so people who wanna see what each thing changes/causes, can go through the commented code and see what removing certain declarations would change/effect.
Keep developing cool stuff necolas!
Re: Normalize v2.0.1 - optimized for modern browsers
#10Earlier quoted context omitted.
Sorry, i did not make myself clear. It was more a general question. I was under the impression most webdevelopers still try to support IE7.
There are different values of "support". I "support" IE6 and 7 (I make sites for small businesses in the UK), as in, the site works, and the content is accessible. Those browsers make up 0.8% and 4.1% of the traffic last month respectively. (Why the hell is IE7 still used? How do people even have it installed???). For those, I'm happy to strip out sections if needed to get things to work, though this is rarely needed…