]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove fully supported features from IE9 limitations docs 18533/head
authorChris Rebert <github@chrisrebert.com>
Thu, 10 Dec 2015 23:39:46 +0000 (15:39 -0800)
committerChris Rebert <github@chrisrebert.com>
Thu, 10 Dec 2015 23:39:46 +0000 (15:39 -0800)
If these are supported, why bother mentioning them in a section that's about communicating what's not supported?
These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ),
which doesn't support these features, but we no longer care about IE8 in v4.

[skip sauce]

docs/getting-started/browsers-devices.md

index 189cf1549ed773f05c9255e7a5d162171446f44f..623bf155d7de6509c3ebda79bbbc01047c0a9698 100644 (file)
@@ -111,14 +111,6 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p
       </tr>
     </thead>
     <tbody>
-      <tr>
-        <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius"><code>border-radius</code></a></th>
-        <td class="text-success">Supported</td>
-      </tr>
-      <tr>
-        <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow"><code>box-shadow</code></a></th>
-        <td class="text-success">Supported</td>
-      </tr>
       <tr>
         <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/transform"><code>transform</code></a></th>
         <td class="text-success">Supported, with <code>-ms</code> prefix</td>