This article specifies IE 9 (Edge), IE8, IE7 and IE5 as valid HTTP-EQUIV document modes. Why was IE6 skipped? Does it render the same as IE5? My company supports IE6+, so I want to find a reliable way to test IE6 compatibility UI changes without requiring a VM.
Asked
Active
Viewed 180 times
1 Answers
2
The article specifies the compatibility modes IE (8-9) can run in. IE5(.5) equals to quirks mode. IE8 cannot run in IE6 compatibility mode. IE6 does not absolutely render the same as IE5(.5) (unless it's in quirks mode).
If you want a reliable way to test in IE6, IE7, etc., you should try something like IETester (which I found to be reliable), Spoon, etc. if you don't want to use VMs.
You should also check this SO question. As stated there:
Also, don't trust IE8 compatibility mode.
-
Spoon no longer supports IE, and I've tried IETester but it often crashes, not to mention according to this SO question (http://stackoverflow.com/questions/2347860/ie-6-or-ie-tester) it doesn't accurately render IE 6 or 7. – acconrad Feb 18 '11 at 14:57
-
Still much better than compatibility mode. You cannot get better results than with the VPC though :). – kapa Feb 18 '11 at 15:06
-
Still, for UI testing, IE Tester seems to be reliable for me. – kapa Feb 18 '11 at 15:07