From d95aad695c41d12b20a6be61e48dcbeb75fd40cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 May 2016 22:52:58 -0700 Subject: [PATCH] fix broken markdown formatting --- docs/components/forms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/forms.md b/docs/components/forms.md index 3f777bcb64..e613071a73 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