]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
callout that
authorMark Otto <markdotto@gmail.com>
Tue, 6 Jun 2017 18:25:54 +0000 (11:25 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 6 Jun 2017 18:25:54 +0000 (11:25 -0700)
docs/4.0/components/forms.md

index b66921955670c84163d308b8c5dace170d0cd3ba..326e911b3369def54331259373d96353dd11cfa8 100644 (file)
@@ -811,7 +811,9 @@ 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.
 
-**We highly recommend using custom validation messages as native browser validation is not announced to most assistive technologies like screenreaders.**
+{% callout warning %}
+We **highly recommend** custom validation styles as native browser defaults are not announced to screenreaders.
+{% endcallout %}
 
 ### How it works