From ebcc5615cb8c581edcd948ed88ab2c44f27eb992 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 16:48:03 -0700 Subject: [PATCH] Update browser support section to remove glyphicons in tables; also remove ie8 and font-face section --- .../browser-device-support.html | 49 +++++++++---------- docs/_includes/nav/getting-started.html | 1 - 2 files changed, 23 insertions(+), 27 deletions(-) diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 0c7c1a4a98..d797f7d419 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -19,33 +19,33 @@ Android - Supported - Supported + Supported + Supported N/A - Not Supported + Not supported N/A iOS - Supported + Supported N/A - Not Supported - Supported + Not supported + Supported Mac OS X - Supported - Supported - Supported - Supported + Supported + Supported + Supported + Supported Windows - Supported - Supported - Supported - Supported - Not Supported + Supported + Supported + Supported + Supported + Not supported @@ -67,26 +67,26 @@ border-radius - Not supported - Supported + Not supported + Supported box-shadow - Not supported - Supported + Not supported + Supported transform - Not supported - Supported, with -ms prefix + Not supported + Supported, with -ms prefix transition - Not supported + Not supported placeholder - Not supported + Not supported @@ -106,9 +106,6 @@

Internet Explorer 8 and box-sizing

IE8 does not fully support box-sizing: border-box; when combined with min-width, max-width, min-height, or max-height. For that reason, as of v3.0.1, we no longer use max-width on .containers.

-

Internet Explorer 8 and @font-face

-

IE8 has some issues with @font-face when combined with :before. Bootstrap uses that combination with its Glyphicons. If a page is cached, and loaded without the mouse over the window (i.e. hit the refresh button or load something in an iframe) then the page gets rendered before the font loads. Hovering over the page (body) will show some of the icons and hovering over the remaining icons will show those as well. See issue #13863 for details.

-

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:

{% highlight html %} diff --git a/docs/_includes/nav/getting-started.html b/docs/_includes/nav/getting-started.html index d017fe1605..ee67eae869 100644 --- a/docs/_includes/nav/getting-started.html +++ b/docs/_includes/nav/getting-started.html @@ -41,7 +41,6 @@
  • Internet Explorer 8-9
  • IE8 and Respond.js
  • IE8 and box-sizing
  • -
  • IE8 and @font-face
  • IE Compatibility modes
  • IE10 and Windows (Phone) 8
  • Safari percent rounding