diff options
| author | XhmikosR <[email protected]> | 2019-08-16 13:20:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-16 13:20:26 +0300 |
| commit | 6335fbe224f28d2ce65c628756a84113ea65643f (patch) | |
| tree | 2208aa7cb2345c4d7370d5d34c4adf971af4986a /site/content/docs/4.3/forms | |
| parent | bbbda681ccf5c699e7d8ef89e837258087f307e5 (diff) | |
| download | bootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.tar.xz bootstrap-6335fbe224f28d2ce65c628756a84113ea65643f.zip | |
Use US locale consistently. (#29255)
Diffstat (limited to 'site/content/docs/4.3/forms')
| -rw-r--r-- | site/content/docs/4.3/forms/layout.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/forms/layout.md b/site/content/docs/4.3/forms/layout.md index fb57d2760..cf5cf6c10 100644 --- a/site/content/docs/4.3/forms/layout.md +++ b/site/content/docs/4.3/forms/layout.md @@ -362,5 +362,5 @@ You may need to manually address the width and alignment of individual form cont {{< 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. +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 labeling methods is not advised. {{< /callout >}} |
