aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/forms/validation.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-10-13 16:37:21 +0300
committerGitHub <[email protected]>2020-10-13 16:37:21 +0300
commitf3cfc8e7ec8e936e73e6b11449cd8d989fe680f1 (patch)
tree16a6c7726161df208773cd5ad327d256d2e27861 /site/content/docs/5.0/forms/validation.md
parent4c3c552f93c561213e2ad264b6b537b894d946a2 (diff)
downloadbootstrap-f3cfc8e7ec8e936e73e6b11449cd8d989fe680f1.tar.xz
bootstrap-f3cfc8e7ec8e936e73e6b11449cd8d989fe680f1.zip
Revert "Improve callout shortcode. (#31802)" (#31871)
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
Diffstat (limited to 'site/content/docs/5.0/forms/validation.md')
-rw-r--r--site/content/docs/5.0/forms/validation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/forms/validation.md b/site/content/docs/5.0/forms/validation.md
index 86c977bb2..65b865203 100644
--- a/site/content/docs/5.0/forms/validation.md
+++ b/site/content/docs/5.0/forms/validation.md
@@ -9,9 +9,9 @@ extra_js:
async: true
---
-{{% callout warning %}}
+{{< callout warning >}}
We are aware that currently the client-side custom validation styles and tooltips are not accessible, since they are not exposed to assistive technologies. While we work on a solution, we'd recommend either using the server-side option or the default browser validation method.
-{{% /callout %}}
+{{< /callout >}}
## How it works