2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fix caniuse.com redirects (#32147)

This commit is contained in:
XhmikosR
2020-11-13 17:45:11 +02:00
committed by GitHub
parent 6ddedbff77
commit c41897ca98
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -745,7 +745,7 @@ While Bootstrap will apply these styles in all browsers, Internet Explorer 11 an
## Validation
Provide valuable, actionable feedback to your users with HTML5 form validation[available in all our supported browsers](https://caniuse.com/#feat=form-validation). Choose from the browser default validation feedback, or implement custom messages with our built-in classes and starter JavaScript.
Provide valuable, actionable feedback to your users with HTML5 form validation[available in all our supported browsers](https://caniuse.com/form-validation). Choose from the browser default validation feedback, or implement custom messages with our built-in classes and starter JavaScript.
{% capture callout %}
We are aware that currently the client-side custom validation styles and tooltips are not accessible, since they are not exposed to assistive technologies. While we work on a solution, we'd recommend either using the server-side option or the default browser validation method.