From: Chris Rebert Date: Mon, 21 Dec 2015 04:05:33 +0000 (-0700) Subject: Address IE10 in browser compatibility docs X-Git-Tag: v4.0.0-alpha.3~484^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97048824e6a8318d1d64b0819c92f5cf0fde7f1;p=thirdparty%2Fbootstrap.git Address IE10 in browser compatibility docs [skip sauce] --- diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index 623bf155d7..2033809ad4 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -98,34 +98,34 @@ Unofficially, Bootstrap should look and behave well enough in Chromium and Chrom For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs]({{ site.baseurl }}/browser-bugs/). -## Internet Explorer 9 +## Internet Explorer 9 & 10 -Internet Explorer 9 is also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported. +Internet Explorer 9 & 10 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported.
- + + - - - - + + +
FeatureStatusInternet Explorer 9Internet Explorer 10
transformSupported, with -ms prefix
transition Not supportedSupported
placeholder Not supportedSupported
Flexbox Not supportedPartially supported, with -ms prefix
See Can I use for details