From 1dcbbdd49b600fff9cd7bcc38a675c1e8e76c4d5 Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@chrisrebert.com>
Date: Thu, 10 Dec 2015 15:39:46 -0800
Subject: [PATCH] Remove fully supported features from IE9 limitations docs

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 | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index 189cf1549e..623bf155d7 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -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>
-- 
GitLab