Commit c51b7cae authored by Mark Otto's avatar Mark Otto
Browse files

callout that

parent d2c9f3f0
7 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!22395Form updates: Bug fixes, docs update, and validation overhaul,!17021v4
Showing with 3 additions and 1 deletion
+3 -1
...@@ -811,7 +811,9 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>` ...@@ -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. 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 ### How it works
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment