From 8bc6dcd280f096189214561b1f87f015cd2dcba1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 4 Jun 2020 10:41:47 +0300 Subject: Backport #30936 Add role="dialog" in modals via JavaScript --- site/docs/4.5/components/modal.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'site/docs') diff --git a/site/docs/4.5/components/modal.md b/site/docs/4.5/components/modal.md index 9766766c7..9e1ac736f 100644 --- a/site/docs/4.5/components/modal.md +++ b/site/docs/4.5/components/modal.md @@ -34,7 +34,7 @@ Keep reading for demos and usage guidelines. Below is a _static_ modal example (meaning its `position` and `display` have been overridden). Included are the modal header, modal body (required for `padding`), and modal footer (optional). We ask that you include modal headers with dismiss actions whenever possible, or provide another explicit dismiss action.
-