IE Compatibility Mode: 'X-UA-Compatible' tag 'Edge'
I have this in the <head> : <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> It will force the latest rendering mode for IE, but is Compatibility Mode considered the last one? I mean, for example: using this code with IE8, it will force it to use IE8 or IE8 Compatibility Mode? That tag will try to force the browser to use the latest rendering mode the browser supports. It will not trigger Compatibility mode. Note that the tag has to be the first tag in the head or it will not work. This fact favors using HTTP headers if possible as the order in the HTTP headers does not matter. If the