Or this: Or this: Or this:

About X-UA-Compatibility version

220 views Asked by At

Is it okay to use something like this:

<META http-equiv="X-UA-Compatible" content="IE=7; IE=Emulate8; IE=9; IE=Edge; Chrome=1">

Or this:

<META http-equiv="X-UA-Compatible" content="IE=7; IE=Emulate8; IE=9; IE=Edge, Chrome=1">

Or either of these two will suffice?

<META http-equiv="X-UA-Compatible" content="IE=Edge, Chrome=1">
<META http-equiv="X-UA-Compatible" content="IE=Edge; Chrome=1">

I don't know which version is best to use? The one with "IE=Edge, Chrome=1/IE=Edge; Chrome=1" or the other two?

0

There are 0 answers