Compatibility and IE8
Chris Wilson's, IE Platform Architect made an interesting post about the development of IE in the last seven years in terms of interoperability and backwards compatibility. He discusses the IE8 model for web development, namely "write to the standard, then test against and fix problems in the most popular browsers."


The following are the highlights of IE8 model for web development listed:
- “Quirks mode” remains the same, and compatible with current content.
- “Standards mode” remains the same as IE7, and compatible with current content.
- If you (the page developer) really want the best standards support
IE8 can give, you can get it by inserting a simple <meta>
element.
Comments
Be the first to write a comment
You must me logged in to write a comment.