From: Mark Otto Date: Thu, 18 Jul 2013 02:26:37 +0000 (-0700) Subject: Fixes #8360: Add mention of IE compatibility mode to docs X-Git-Tag: v3.0.0-rc1~161^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d47b008233c487844146cf1cc037d691068a0a;p=thirdparty%2Fbootstrap.git Fixes #8360: Add mention of IE compatibility mode to docs --- diff --git a/docs/getting-started.html b/docs/getting-started.html index 4ff2a9d88f..32ff37530c 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -88,6 +88,8 @@ bootstrap/

Browser compatibility

Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older and less advanced browsers might receive a less stylized, though fully functional, version of certain components.

+ +

Supported browsers

Specifically, we support the latest versions of the following:

Unofficially, Bootstrap should look and behave just fine in Chromium for Linux and Internet Explorer 7-8, though full support is not guaranteed.

+ +

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, consider including <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your pages. See this StackOverflow question for more information.