diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 59ce56bdc7ff..07063854d56e 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -700,7 +700,7 @@ While Bootstrap will apply these styles in all browsers, Internet Explorer 11 an 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. {% callout warning %} -We **highly recommend** custom validation styles as native browser defaults are not announced to screen readers. +We currently recommend using custom validation styles, as native browser default validation messages are not consistently exposed to assistive technologies in all browsers (most notably, Chrome on desktop and mobile). {% endcallout %} ### How it works @@ -709,6 +709,7 @@ Here's how form validation works with Bootstrap: - HTML form validation is applied via CSS's two pseudo-classes, `:invalid` and `:valid`. It applies to ``, `