Pergunta

is debugging in compatibility mode in IE8 exactly the same than debugging in IE7 ?

do the websites display exactly the same ?

So I don't need IE7 for testing if I have IE8 ?

thanks

Foi útil?

Solução

It is pretty close - but not the same, there are several subtle differences.

It all depends on your code... e.g. if your pages have no doctype e.g. you are running in quirks mode or you force quirks mode, the interpretation of height="100%" on an iframe is different in real-IE7 vs IE7mode in IE8. The former is "100% of my container" the later is "100% of default height" which is about 220px.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top