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 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.
+Feature | +Internet Explorer 8 | +Internet Explorer 9 | +
---|---|---|
border-radius |
+ No | +Yes | +
box-shadow |
+ No | +Yes | +
transform |
+ No | +Yes, with -ms |
+
transition |
+ No | +No | +
placehoder |
+ No | +No | +
Visit Can I use... for details and additional browser support of CSS3 and HTML5 features.
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: