0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

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
This commit is contained in:
Christian Oliff 2020-03-08 16:20:43 +09:00 committed by GitHub
parent fcc67da41f
commit cfa874f5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
<th>Firefox</th> <th>Firefox</th>
<th>Safari</th> <th>Safari</th>
<th>Android Browser &amp; WebView</th> <th>Android Browser &amp; WebView</th>
<th>Microsoft Edge</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -44,7 +43,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 class="text-muted">&mdash;</td>
<td>v6.0+</td> <td>v6.0+</td>
<td>Supported</td>
</tr> </tr>
<tr> <tr>
<th scope="row">iOS</th> <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>Supported</td> <td>Supported</td>
<td class="text-muted">&mdash;</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> </tr>
</tbody> </tbody>
</table> </table>
@ -109,7 +98,7 @@ Unofficially, Bootstrap should look and behave well enough in Chromium and Chrom
## Internet Explorer ## 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 ## Modals and dropdowns on mobile