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]
Hat Tip TUIB Guy

Learn more about Charles Darwin and his work.
Looking for stuff about birds?
Lean more about lions

Comments
You're behind the times. Microsoft changed their minds. IE 8 will render in super-standards mode by default.
Posted by: Benjamin Franz | March 7, 2008 4:49 PM
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.
Posted by: Jim | March 7, 2008 10:31 PM
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-Opera-9-5-Beta-vs-Safari-3-Beta-The-Future-80345.shtml
Posted by: Lassi Hippelinen | March 8, 2008 12:54 AM