diff --git a/aria-practices.html b/aria-practices.html index a408d88f3b..36b25142d7 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -502,8 +502,6 @@
For all dialogs, all controls required to operate the dialog are child nodes of the element which has role set to dialog. -
The alertdialog role is a special-case dialog role designed specifically for dialogs that divert users' attention to a brief, important message. @@ -557,6 +555,7 @@
true
.true
and content outside the dialog is completely inert
+ If the dialog has aria-modal set to true
and content outside the dialog is completely inert
and visually obscured to an extent that is intentionally unreadable, it is no longer necessary to set aria-hidden
to true
on each element containing a portion of the inert layer.
However, if you do still use aria-hidden
set to true
, the dialog container element cannot be a descendant