diff options
| author | Christian Oliff <[email protected]> | 2020-03-08 16:20:43 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-08 09:20:43 +0200 |
| commit | cfa874f5b9f601091589a460c3a1b2f003c8af9e (patch) | |
| tree | 2a237a10d3eb30619623b85f91c197ef5885affe /site | |
| parent | fcc67da41f7d1bd1c7c33aa050319dddc17fec0e (diff) | |
| download | bootstrap-cfa874f5b9f601091589a460c3a1b2f003c8af9e.tar.xz bootstrap-cfa874f5b9f601091589a460c3a1b2f003c8af9e.zip | |
Update browsers + devices support page to remove IE10, IE11 Mobile (#30363)
This PR removes unsupported browsers from supported tables based on the current `.browserlistrc` config
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/4.3/getting-started/browsers-devices.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/site/content/docs/4.3/getting-started/browsers-devices.md b/site/content/docs/4.3/getting-started/browsers-devices.md index 17beca00e..0b84930cb 100644 --- a/site/content/docs/4.3/getting-started/browsers-devices.md +++ b/site/content/docs/4.3/getting-started/browsers-devices.md @@ -34,7 +34,6 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <th>Firefox</th> <th>Safari</th> <th>Android Browser & WebView</th> - <th>Microsoft Edge</th> </tr> </thead> <tbody> @@ -44,7 +43,6 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <td>Supported</td> <td class="text-muted">—</td> <td>v6.0+</td> - <td>Supported</td> </tr> <tr> <th scope="row">iOS</th> @@ -52,15 +50,6 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <td>Supported</td> <td>Supported</td> <td class="text-muted">—</td> - <td>Supported</td> - </tr> - <tr> - <th scope="row" class="text-nowrap">Windows 10 Mobile</th> - <td class="text-muted">—</td> - <td class="text-muted">—</td> - <td class="text-muted">—</td> - <td class="text-muted">—</td> - <td>Supported</td> </tr> </tbody> </table> @@ -109,7 +98,7 @@ Unofficially, Bootstrap should look and behave well enough in Chromium and Chrom ## Internet Explorer -Internet Explorer 11 is supported; IE10 and down is not. Please be aware that some CSS3 properties and HTML5 elements are not fully supported in IE10, or require prefixed properties for full functionality. Visit [Can I use...](https://caniuse.com/) for details on browser support of CSS3 and HTML5 features. **If you require IE8-9 support, use Bootstrap 3.** +Internet Explorer 11 is supported; IE10 and down is not. Please be aware that some CSS3 properties and HTML5 elements are not fully supported in Internet Explorer, or require prefixed properties for full functionality. Visit [Can I use...](https://caniuse.com/) for details on browser support of CSS3 and HTML5 features. **If you require IE10 support, use Bootstrap 4.** ## Modals and dropdowns on mobile |
