Skip to content

Commit 0c8eb8a

Browse files
mattbrundagescottgonzalez
authored andcommitted
Dialog: Update diction regarding the focus state
Closes gh-240
1 parent e2bca6d commit 0c8eb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/dialog.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<li>The dialog itself</li>
2222
</ol>
2323

24-
<p>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.</p>
24+
<p>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.</p>
2525

2626
<p>Upon closing a dialog, focus is automatically returned to the element that had focus when the dialog was opened.</p>
2727

0 commit comments

Comments
 (0)