]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update browsers + devices support page to remove IE10, IE11 Mobile (#30363)
authorChristian Oliff <christianoliff@pm.me>
Sun, 8 Mar 2020 07:20:43 +0000 (16:20 +0900)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 07:20:43 +0000 (09:20 +0200)
This PR removes unsupported browsers from supported tables based on the current `.browserlistrc` config

site/content/docs/4.3/getting-started/browsers-devices.md

index 17beca00eab294bad4017d6b246a5bb449d24a6a..0b84930cb68f87d89226dc9d6a8b97f8baa5aaa2 100644 (file)
@@ -34,7 +34,6 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
       <th>Firefox</th>
       <th>Safari</th>
       <th>Android Browser &amp; 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">&mdash;</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">&mdash;</td>
-      <td>Supported</td>
-    </tr>
-    <tr>
-      <th scope="row" class="text-nowrap">Windows 10 Mobile</th>
-      <td class="text-muted">&mdash;</td>
-      <td class="text-muted">&mdash;</td>
-      <td class="text-muted">&mdash;</td>
-      <td class="text-muted">&mdash;</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