Internet Explorer 8 passes the Acid2 test. Huzzah!But waitaminnit... What's this stuff about forward compatibility by adding some new X-UA-Compatible header to my pages or my server? Am I reading this right? Are you telling me that in order for IE8 to use its fully compliant rendering, we have to add something new to our pages? And that if we don't, it will fall back to rendering pages just like IE7? Is that what this means?
That's just dumb.
[source]
- Log in to post comments
More like this
Regular readers will recall that this is not the first time the Free-Ride family has discussed skepticism and trust.
Dr. Free-Ride: You two are both exploring the internet more lately, and you know that one of the things people use the internet for is to sell you stuff, right?
Younger offspring:…
Best time to appreciate Open Access? When you're really sick and want to learn more about what you have.:
* Complete OA still a long way off. One thing I re-learned during this was that it is incredibly frustrating to see how much of the biomedical literature is still not freely available…
Ann Althouse asks why schools should bother having kids read fiction:
And why does reading even need to be a separate subject from history in school? Give them history texts and teach reading from them. Science books too. Leave the storybooks for pleasure reading outside of school. They will be…
Since I will use vulgar language, this post will be mostly below the fold.
This commenter asked me to justify a claim, to which I responded by calling him an asshole. The reason is simple, the question is a simple factual query which could have been answered by checking the source I cited. The…
You're behind the times. Microsoft changed their minds. IE 8 will render in super-standards mode by default.
My days as a software engineer are numbered. Now, most of my code will have to look like this:
if (/* Internet Explorer 6 */) {
...
} else if (/* Internet Explorer 7 */) {
...
} else if (/* Internet Explorer 8 */) {
...
} else { /* standards compliant browser */
...
}
Ick.
Don't worry, nothing has changed. Sun still rises in the morning, it still rains in Scotland, and IE8 fails the Acid3 test.
http://news.softpedia.com/news/IE8-Beta-1-vs-Firefox-3-0-Beta-3-vs-Oper…