diff --git a/aria-practices.html b/aria-practices.html index c5a39e92cc..b8b646da1b 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -549,8 +549,19 @@

Keyboard Interaction

  • - When a dialog closes, focus is set on an element that supports a logical work flow. - If the element that had focus before the dialog was invoked still exists, that element is usually the most appropriate choice. + When a dialog closes, focus returns to the element that invoked the dialog unless either: +
  • It is strongly recommended that the tab sequence of all dialogs include a visible element with role button that closes the dialog, such as a close icon or cancel button.