5 W002
Herst редактировал(а) эту страницу 2018-10-20 11:38:04 +02:00

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