Can I get away with testing sites using IE8 with IE7 compatibility on?

前端 未结 9 1151
自闭症患者
自闭症患者 2021-02-07 23:49

As a developer, can I safely upgrade to IE8 and use its IE7 compatibility mode to test how sites look in IE7? For IE6, I have a virtual machine and it is quite inconvenient. I d

9条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 23:54

    Compatibility mode in IE8 is not a 100% emulation of IE7. Security changes were not versioned, and some DOM operations were not versioned. Check out this blog post form Microsoft for a list of changes.

    http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx

提交回复
热议问题