Which X-UA-Compatible mode should I be using?

Viewed 5394

I have been reading around the subject of using document compatibility meta tag to web pages.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">

I am a little confused which content value is appropriate/the consensus to use for a xhtml transitional doctype, and then progressively to HTML5 doctype.

We are still supporting IE6, IE7 so would IE=EmulateIE8 be the most suitable.

Can anyone help???

3 Answers
Related