diff options
| author | Mark Otto <[email protected]> | 2017-06-10 16:30:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-10 16:30:35 -0700 |
| commit | e2b6a71725e93a050fa45070e9a4f05396fc9b4a (patch) | |
| tree | 7c8043f3c93e5110825e3974679db33ec3a5f56a /docs | |
| parent | 94ed0d901bac0f3d63b51e3577af9bf338aba4f8 (diff) | |
| download | bootstrap-e2b6a71725e93a050fa45070e9a4f05396fc9b4a.tar.xz bootstrap-e2b6a71725e93a050fa45070e9a4f05396fc9b4a.zip | |
words
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index d31207177..9809fddd0 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -812,7 +812,7 @@ 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. {% callout warning %} -We **highly recommend** custom validation styles as native browser defaults are not announced to screenreaders. +We **highly recommend** custom validation styles as native browser defaults are not announced to screen readers. {% endcallout %} ### How it works |
