Frage

Dieser Artikel gibt an, dh9 (Rand), IE8, IE7 und IE5 als gültige Dokumenten von HTTP-EQUIV.Warum wurde IE6 übersprungen?Rendert es dasselbe wie IE5?Meine Firma unterstützt IE6 +, sodass ich einen zuverlässigen Weg finden, um IE6-Kompatibilitäts-UI-Änderungen zu testen, ohne einen VM zu erfordern.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top