From 5faf41eb4837491fa8193910c5816efadb4dbc5a Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Thu, 4 Jun 2020 13:05:09 +0530 Subject: Add role="dialog" in modals via JavaScript (#30936) --- site/content/docs/5.0/components/modal.md | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'site/content/docs') diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/5.0/components/modal.md index e42c104c5..28977b20b 100644 --- a/site/content/docs/5.0/components/modal.md +++ b/site/content/docs/5.0/components/modal.md @@ -39,7 +39,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.
-