diff options
| author | Mark Otto <[email protected]> | 2016-05-08 22:52:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 22:52:58 -0700 |
| commit | d95aad695c41d12b20a6be61e48dcbeb75fd40cb (patch) | |
| tree | adc90bc068391ea0f37b39a538cdbfa6764c0483 /docs | |
| parent | 4e4fdb7228e2d1f3f2bc6dc1a2f15cf96372fc4d (diff) | |
| download | bootstrap-d95aad695c41d12b20a6be61e48dcbeb75fd40cb.tar.xz bootstrap-d95aad695c41d12b20a6be61e48dcbeb75fd40cb.zip | |
fix broken markdown formatting
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/forms.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 3f777bcb6..e613071a7 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -334,9 +334,9 @@ Because of this, you may need to manually address the width and alignment of ind {% endexample %} {% callout warning %} - #### Alternatives to hidden labels - Assistive technologies such as screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the `.sr-only` class. There are further alternative methods of providing a label for assistive technologies, such as the `aria-label`, `aria-labelledby` or `title` attribute. If none of these are present, assistive technologies may resort to using the `placeholder` attribute, if present, but note that use of `placeholder` as a replacement for other labelling methods is not advised. - {% endcallout %} +#### Alternatives to hidden labels +Assistive technologies such as screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the `.sr-only` class. There are further alternative methods of providing a label for assistive technologies, such as the `aria-label`, `aria-labelledby` or `title` attribute. If none of these are present, assistive technologies may resort to using the `placeholder` attribute, if present, but note that use of `placeholder` as a replacement for other labelling methods is not advised. +{% endcallout %} ### Using the Grid |
