Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove X-UA-Compatible meta tag (#354)
As of IE11, "document modes are deprecated and should no longer be used." Background: This meta tag is only relevant to the Internet Explorer browser family. IE has different modes for displaying web pages, allowing you to view HTML pages using previous versions of rendering rules. `IE=edge` tells Internet Explorer to use the latest available document mode. However, it is a default mode (IE11) for the HTML5 doctype declaration.
- Loading branch information