aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/forms
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-12-11 18:10:19 -0800
committerMark Otto <[email protected]>2023-01-03 22:21:52 -0800
commit89f9ffc212e61eef78422843200275904e2a7c44 (patch)
treecb1ea99ee2854435468ac62fe980a1f66ccba1a1 /site/content/docs/5.3/forms
parentd13c8f625cc8c2741297eb9f61f7a82d2b882149 (diff)
downloadbootstrap-89f9ffc212e61eef78422843200275904e2a7c44.tar.xz
bootstrap-89f9ffc212e61eef78422843200275904e2a7c44.zip
Rewrite some callouts to remove most headings and reduce their content
Diffstat (limited to 'site/content/docs/5.3/forms')
-rw-r--r--site/content/docs/5.3/forms/overview.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/site/content/docs/5.3/forms/overview.md b/site/content/docs/5.3/forms/overview.md
index 3ed708113..a1493a6ab 100644
--- a/site/content/docs/5.3/forms/overview.md
+++ b/site/content/docs/5.3/forms/overview.md
@@ -56,10 +56,7 @@ Here's a quick example to demonstrate Bootstrap's form styles. Keep reading for
Block-level or inline-level form text can be created using `.form-text`.
{{< callout warning >}}
-##### Associating form text with form controls
-
-Form text should be explicitly associated with the form control it relates to using the `aria-labelledby` (for mandatory information such as data format) or `aria-describedby` (for complementary information) attribute.
-This will ensure that assistive technologies—such as screen readers—will announce this form text when the user focuses or enters the control.
+Form text should be explicitly associated with the form control it relates to using the `aria-labelledby` (for mandatory information such as data format) or `aria-describedby` (for complementary information) attribute. This will ensure that assistive technologies—such as screen readers—will announce this form text when the user focuses or enters the control.
{{< /callout >}}
Form text below inputs can be styled with `.form-text`. If a block-level element will be used, a top margin is added for easy spacing from the inputs above.