2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00
This commit is contained in:
Mark Otto
2017-06-10 16:30:35 -07:00
parent 94ed0d901b
commit e2b6a71725
+1 -1
View File
@@ -812,7 +812,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
Provide valuable, actionable feedback to your users with HTML5 form validation[available in all our supported browsers](http://caniuse.com/#feat=form-validation). Choose from the browser default validation feedback, or implement custom messages with our built-in classes and starter JavaScript.
{% callout warning %}
We **highly recommend** custom validation styles as native browser defaults are not announced to screenreaders.
We **highly recommend** custom validation styles as native browser defaults are not announced to screen readers.
{% endcallout %}
### How it works