From 0848f3b7b3239a6158a8f7c81ffb9cb0b7009bcc Mon Sep 17 00:00:00 2001 From: Matthew Brundage Date: Tue, 18 Nov 2014 11:59:02 -0500 Subject: [PATCH 1/2] Update dialog.xml Diction regarding the focus state --- entries/dialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/dialog.xml b/entries/dialog.xml index b760e637..de0095e4 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 cycles the focus state among elements within the dialog itself, 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.

    From d3e91d1e443d3fd9d4e2a1e83637b3ce1d22da13 Mon Sep 17 00:00:00 2001 From: Matthew Brundage Date: Fri, 21 Nov 2014 22:38:10 -0500 Subject: [PATCH 2/2] Update dialog.xml Modified diction, as suggested by @dylanb --- entries/dialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/dialog.xml b/entries/dialog.xml index de0095e4..888cfe22 100644 --- a/entries/dialog.xml +++ b/entries/dialog.xml @@ -21,7 +21,7 @@
  • The dialog itself
  • -

    While open, the dialog widget ensures that keyboard navigation cycles the focus state among 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.