I would like to know if the "edge" mode, set in the web page for Internet Explorer, enforces the user setting (if this user has set a compatibility mode).
For exemple :
1) In my web page :
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
2) In the user browser, for example Internet Explorer 8, the user set the compatibility mode to IE7.
What happens now if the user visits my web page? Which setting is considered? The webpage setting or the user setting?