-
Notifications
You must be signed in to change notification settings - Fork 428
Description
In https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal it says
Like non-modal dialogs, modal dialogs contain their tab sequence. That is,
TabandShift + Tabdo not move focus outside the dialog. However, unlike most non-modal dialogs, modal dialogs do not provide means for moving keyboard focus outside the dialog window without closing the dialog.
What are the means for moving keyboard focus outside the dialog window without closing the dialog? Is there a suggested key/key combination (which works reliably for web content)? CTRL+TAB? And if so, can that be expanded on and documented? Also, is it not acceptable to have non-modal dialogs NOT contain focus?
(and incidentally, the only other place "non-modal" is mentioned is in 3.23 Tooltip widget https://www.w3.org/TR/wai-aria-practices-1.1/#tooltip "A hover that contains focusable elements can be made using a non-modal dialog." with no link or reference)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status