From 741e0fc52cf00989437053657798362ae02a093d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 23:58:22 +0200 Subject: [PATCH] fixes #10344: Update IE8-9 support section with table of specific CSS3 and HTML5 features and their support in Bootstrap --- getting-started.html | 45 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/getting-started.html b/getting-started.html index b8a405ce43..e8c20e4984 100644 --- a/getting-started.html +++ b/getting-started.html @@ -658,8 +658,49 @@ bootstrap/

Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.

Internet Explorer 8 and 9

-

Internet Explorer 8 and 9 are also supported, however, please be aware that many CSS3 properties—e.g., rounded corners and shadows—are not supported by IE8. The placeholder attribute is also not supported in either of these versions.

-

In addition, Internet Explorer 8 requires the use of respond.js to enable media query support.

+

Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of respond.js to enable media query support.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureInternet Explorer 8Internet Explorer 9
border-radiusNoYes
box-shadowNoYes
transformNoYes, with -ms
transitionNoNo
placehoderNoNo
+
+ +

Visit Can I use... for details and additional browser support of CSS3 and HTML5 features.

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 the appropriate <meta> tag in your pages:

-- 2.47.2