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?