You're right, technically speaking, but Chrome performs additional optimizations that aren't in the base WebKit payload. The wording has been revised to make this subtlety more obvious.
Right on. I actually like it a bit better with the browsers themselves called out. Most people have no clue what Gecko and Webkit are, but everyone knows Safari, Firefox, and Chrome, relatively speaking.
That being said: It's nice to see MS at least making a show of making an effort. Standards are a good thing, more people should use them.
As someone who develops websites that are heavy with javascript - jquery in particular - I can tell you from all the testing I have to do that as bad as IE7 did on those tests, IE6 is about 5-10x slower.
One of the jquery sites I did not to long back lagged pretty bad in IE7. Upon clicking a link that triggered an action there was a 2-3 second delay while the hidden content faded in. IE8, FF, Opera, Webkit had no problem at all.
IE6 was so unusable that I was forced to use some conditional statements to rip out the functionality completely.
Not only does it have shitty rendering saying the JS engine is out dated is an understatement.
Comments
Chrome uses Webkit, they're not separate engines. (Unless I've missed something recently?)
That being said: It's nice to see MS at least making a show of making an effort. Standards are a good thing, more people should use them.
Using eric meyers css reset makes 96% of my design work without issue. The remaining 4% is always IE6.
Altho, I've been think about using some overly-judgmental IE6 splash pages... http://www.thedonutproject.com/2009/05/22/overly-judgemental-ie6-splash-pages/
If they just started on IE9, how long until it's ready? A year?
One of the jquery sites I did not to long back lagged pretty bad in IE7. Upon clicking a link that triggered an action there was a 2-3 second delay while the hidden content faded in. IE8, FF, Opera, Webkit had no problem at all.
IE6 was so unusable that I was forced to use some conditional statements to rip out the functionality completely.
Not only does it have shitty rendering saying the JS engine is out dated is an understatement.