diff --git a/aria-practices.html b/aria-practices.html index f874fb356a..3a3b569fb8 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -580,7 +580,7 @@

WAI-ARIA Roles, States, and Properties

Because marking a dialog modal by setting aria-modal to true can prevent users of some assistive technologies from perceiving content outside the dialog, - users of those technologies will experience severe negative ramifications if a dialog is marked modal but is not modal for other users. + users of those technologies will experience severe negative ramifications if a dialog is marked modal but does not behave as a modal for other users. So, mark a dialog modal only when:
  1. Application code prevents all users from interacting in any way with content outside of it.