Skip to content

Commit d0e16b4

Browse files
authored
Delete down arrow command for navigating to the beginning of a dialog with JAWS and add the ESC command to exit forms or focus mode (#759)
1 parent ecf05f4 commit d0e16b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/modal-dialog/data/commands.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ testId,task,mode,at,commandA,commandB,commandC
66
3,Open a Modal Dialog,INTERACTION,VOICEOVER_MACOS,CTRL_OPT_SPACE,SPACE,ENTER
77
4,Close a modal dialog,READING,JAWS,ESC,,
88
4,Close a modal dialog,READING,NVDA,ESC,,
9-
5,Close a modal dialog,INTERACTION,JAWS,ESC,,
10-
5,Close a modal dialog,INTERACTION,NVDA,ESC,,
9+
5,Close a modal dialog,INTERACTION,JAWS,"ESC,ESC",,
10+
5,Close a modal dialog,INTERACTION,NVDA,"ESC,ESC",,
1111
6,Close a modal dialog,INTERACTION,VOICEOVER_MACOS,ESC,,
1212
7,Close a modal dialog using a button ,READING,JAWS,SPACE,ENTER,
1313
7,Close a modal dialog using a button ,READING,NVDA,SPACE,ENTER,
@@ -20,7 +20,7 @@ testId,task,mode,at,commandA,commandB,commandC
2020
12,Navigate to the first focusable element in a modal dialog,INTERACTION,JAWS,TAB,,
2121
12,Navigate to the first focusable element in a modal dialog,INTERACTION,NVDA,TAB,,
2222
13,Navigate to the first focusable element in a modal dialog,INTERACTION,VOICEOVER_MACOS,TAB,,
23-
14,Navigate to the beginning of a modal dialog,READING,JAWS,"CTRL_HOME,DOWN",,
23+
14,Navigate to the beginning of a modal dialog,READING,JAWS,CTRL_HOME,,
2424
14,Navigate to the beginning of a modal dialog,READING,NVDA,CTRL_HOME,,
2525
15,Navigate to the beginning of a modal dialog,INTERACTION,VOICEOVER_MACOS,CTRL_OPT_HOME,,
2626
16,Navigate to the end of a modal dialog,READING,JAWS,CTRL_END,,

0 commit comments

Comments
 (0)