diff --git a/entries/dialog.xml b/entries/dialog.xml index b760e637..888cfe22 100644 --- a/entries/dialog.xml +++ b/entries/dialog.xml @@ -21,7 +21,7 @@
  • The dialog itself
  • -

    While open, the dialog widget ensures that tabbing cycles focus between elements within the dialog itself, not elements outside of it. Modal dialogs additionally prevent mouse users from clicking on elements outside of the dialog.

    +

    While open, the dialog widget ensures that keyboard navigation using the 'tab' key causes the focus to cycle amongst the focusable elements in the dialog, not elements outside of it. Modal dialogs additionally prevent mouse users from clicking on elements outside of the dialog.

    Upon closing a dialog, focus is automatically returned to the element that had focus when the dialog was opened.