Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Herst edited this page Oct 20, 2018 · 5 revisions

Note: This check has been removed in Bootlint v1.x.


W002

<head> is missing X-UA-Compatible <meta> tag that disables old IE compatibility modes

Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, we strongly recommend including the appropriate <meta> tag in the <head> of your pages:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Alternatively, you can configure your HTTP server to send a X-UA-Compatible: IE=edge HTTP header in its responses.

For more details, read http://getbootstrap.com/getting-started/#support-ie-compatibility-modes

See also: Bootstrap's basic HTML template

Clone this wiki locally