diff options
| author | Chris Rebert <[email protected]> | 2015-12-10 16:02:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-10 16:02:55 -0800 |
| commit | f0f3020db159dd602fd6bfa0274ff8562f81677b (patch) | |
| tree | 085f97637d8e0552035c28211798fc99464befea | |
| parent | 0771a51c7a5ebb03fe0c4e013531352e6f89e945 (diff) | |
| parent | 1dcbbdd49b600fff9cd7bcc38a675c1e8e76c4d5 (diff) | |
| download | bootstrap-f0f3020db159dd602fd6bfa0274ff8562f81677b.tar.xz bootstrap-f0f3020db159dd602fd6bfa0274ff8562f81677b.zip | |
Merge pull request #18533 from twbs/ie9-supported-docs
Remove fully supported features from IE9 limitations docs
| -rw-r--r-- | docs/getting-started/browsers-devices.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index 189cf1549..623bf155d 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -112,14 +112,6 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p </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> </tr> |
