Why use X-UA-Compatible IE=Edge anymore?
In theory, including <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> forces IE to display your HTML using “Standards Mode” (as opposed to “Quirks Mode”), making it more inline with other modern browsers. However, as @David’s answer points out, unless you’re hosting a site in the “Local Intranet” zone, there is very little reason to include it and, according to … Read more