سؤال

هذه المقالة تحدد IE9 (EDGE)، IE8، IE7 و IE5 كأضواس وثيقة HTTP-Equiv الصحيحة صالحة.لماذا تخطى IE6؟هل يجعل نفسه مثل IE5؟تدعم شركتي IE6 +، لذلك أريد أن أجد طريقة موثوقة لاختبار تغييرات IE6 توافق UI دون مطالبة VM.

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top