aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-06 11:25:54 -0700
committerMark Otto <[email protected]>2017-06-06 11:25:54 -0700
commitc51b7cae95124d0c17c8dd2abe7acccdb6504d9b (patch)
treed2cf3c3bead5741c32b036eed6d6ac4971e8be0b /docs/4.0/components
parentd2c9f3f00a385a6509589a3b102d1f8ecda84631 (diff)
downloadbootstrap-c51b7cae95124d0c17c8dd2abe7acccdb6504d9b.tar.xz
bootstrap-c51b7cae95124d0c17c8dd2abe7acccdb6504d9b.zip
callout that
Diffstat (limited to 'docs/4.0/components')
-rw-r--r--docs/4.0/components/forms.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md
index b66921955..326e911b3 100644
--- a/docs/4.0/components/forms.md
+++ b/docs/4.0/components/forms.md
@@ -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