From f3cfc8e7ec8e936e73e6b11449cd8d989fe680f1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 13 Oct 2020 16:37:21 +0300 Subject: Revert "Improve callout shortcode. (#31802)" (#31871) This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36. --- site/content/docs/5.0/forms/validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/content/docs/5.0/forms/validation.md') 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 -- cgit v1.2.3