diff options
| author | XhmikosR <[email protected]> | 2020-10-13 16:37:21 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-13 16:37:21 +0300 |
| commit | f3cfc8e7ec8e936e73e6b11449cd8d989fe680f1 (patch) | |
| tree | 16a6c7726161df208773cd5ad327d256d2e27861 /site/content/docs/5.0/forms/validation.md | |
| parent | 4c3c552f93c561213e2ad264b6b537b894d946a2 (diff) | |
| download | bootstrap-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.md | 4 |
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 |
