From: Mark Otto Date: Tue, 6 Jun 2017 18:25:54 +0000 (-0700) Subject: callout that X-Git-Tag: v4.0.0-beta~147^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51b7cae95124d0c17c8dd2abe7acccdb6504d9b;p=thirdparty%2Fbootstrap.git callout that --- diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index b669219556..326e911b33 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 ``, `` 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