Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Radio Group Using aria-activedescendant test plan to V2 test format #1015

Merged
merged 60 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
71cc991
Run make-v2 utility to convert the Radio Group Example Using aria-act…
IsaDC Dec 7, 2023
001f8f9
Remove outdated files
IsaDC Dec 7, 2023
c3a80ce
Update instructions to V2 format
IsaDC Dec 7, 2023
f4597f2
Correct VoiceOver commands for navigating to the last radio button wi…
IsaDC Dec 7, 2023
8252435
Unify assertions for radio button names
IsaDC Dec 7, 2023
a1f4fec
Combine test 'Navigate to the first unchecked radio button in a group…
mcking65 Jan 30, 2024
c2c129c
Remove test 'Navigate forwards to an unchecked radio button'
mcking65 Jan 30, 2024
9d014ef
change name of first test
mcking65 Jan 30, 2024
840adc3
Update IDs for first test
mcking65 Jan 30, 2024
8ec853d
Merge test 'navForwardsToCheckedRadio' into test 'navToFirstCheckedRa…
mcking65 Jan 30, 2024
6c16b5c
Change title and ID for 'Navigate forwards into a radio group where t…
mcking65 Jan 30, 2024
d81d690
Add tab with virtual cursor and browse mode for navigating into a rad…
mcking65 Jan 30, 2024
b4d72a0
reorder tests
mcking65 Jan 30, 2024
aec77af
Remove test navToNextRadio, which is a duplicate of navToNextUnchecke…
mcking65 Feb 9, 2024
528d6fc
Retitle and reorder tests
mcking65 Feb 9, 2024
df06ceb
Remove test navBackToUncheckedRadio, which is nearly identical to nav…
mcking65 Feb 12, 2024
b52d043
Remove test navToPrevRadio, which is identical to test navToPrevUnche…
mcking65 Feb 12, 2024
9fc1b1d
Adjust testIds
mcking65 Feb 12, 2024
e31d851
resolve merge conflicts
mcking65 Feb 12, 2024
e73b466
Merge remote-tracking branch 'origin/master' into tests/Radio-actived…
mcking65 Feb 12, 2024
2611739
Update test sequence and one test name
mcking65 Feb 14, 2024
50cbc86
Add assertion interactionModeEnabled
mcking65 Feb 14, 2024
9c07d64
Remove two duplicate assertions
mcking65 Feb 14, 2024
95c4f75
Reduce priority of roleGroup to 2
mcking65 Feb 14, 2024
dd36790
Add mode switching assertion to one test
mcking65 Feb 14, 2024
1807378
Tokenize assertionPhrase just like assertionStatement
howard-e Feb 15, 2024
4e7309c
Update tests/radiogroup-aria-activedescendant/data/assertions.csv
mcking65 Feb 20, 2024
b247211
Merge remote-tracking branch 'origin/tokenize-assertionPhrase' into a…
mcking65 Feb 20, 2024
ae9401d
Merge remote-tracking branch 'origin/master' into tests/Radio-actived…
mcking65 Feb 20, 2024
86dfe61
Add shift+tab to the test NavBackIntoRadioGroupWhereLastRadioUnchecked
mcking65 Feb 20, 2024
117293a
Update tests.csv#assertions column regex; support 0 priority assertio…
howard-e Feb 26, 2024
15bab8d
Merge remote-tracking branch 'origin/support-0-priority-testscsv' int…
mcking65 Feb 28, 2024
096cc14
Revert test parsing to maintain order of assertions are defined in te…
howard-e Feb 28, 2024
32bd33e
Merge remote-tracking branch 'origin/support-0-priority-testscsv' int…
mcking65 Mar 7, 2024
9e8a658
Merge remote-tracking branch 'origin/master' into tests/Radio-actived…
mcking65 Mar 8, 2024
c7cee76
Merge branch 'v2-enhancement' into tests/Radio-activedescendant-refactor
mcking65 Mar 8, 2024
6bb6996
Add missing arrow ommands to NVDA
mcking65 Mar 8, 2024
ba32600
Remove unnecessary test NavBackIntoRadioGroupToCurrentlyCheckedRadio
mcking65 Mar 8, 2024
9cee952
Correct wording and punctuation in assertions
mcking65 Mar 8, 2024
d0c3805
Change testId 'NavBackIntoRadioGroupWhereLastRadioUnchecked' to 'navB…
mcking65 Mar 8, 2024
f40acc3
Change testId 'navForwardsRadioGroupWhereNoRadioButtonsAreChecked' to…
mcking65 Mar 8, 2024
fc52ad3
Change testId 'navForwardsRadioGroupWhereFirstRadioButtonIsChecked' t…
mcking65 Mar 8, 2024
7c1ab04
Add shift+tab command to NavBackIntoRadioGroupWhereLastRadioChecked f…
mcking65 Mar 8, 2024
1a4b1aa
Correct instructions so they don't name a specific radio when navigat…
mcking65 Mar 8, 2024
5633005
Update VO quickNav settings
mcking65 Mar 8, 2024
48781f9
Rename and reorder some tests
mcking65 Mar 8, 2024
f5e9941
update JAWS presentation numbers
mcking65 Mar 8, 2024
1bcd1bd
NVDA commands: remove ins+up from request info commands, remove arrow…
mcking65 Mar 9, 2024
f93ba1c
JAWS commands: Add enter to check radio, reorder presentation.
mcking65 Mar 9, 2024
5e6398f
VO Commands: reorder presentation
mcking65 Mar 9, 2024
f8440b6
tests.csv: add mode switching assertion to 3 tests
mcking65 Mar 9, 2024
03dcba2
Changed tests for Nav in and out of start and end of radio group: cha…
mcking65 Mar 9, 2024
b34c1fa
Assert NVDA mode switch for activation with enter
mcking65 Mar 9, 2024
6acff6e
Next/prev radio tests: add VO quicknav commands
mcking65 Mar 9, 2024
06e49d8
Move boundary assertion to end of sequence for tests navOutStartRadio…
mcking65 Mar 9, 2024
d3e6fbd
For the request info tests, added two should assertions for the group…
mcking65 Mar 10, 2024
d12cbc8
Add references
mcking65 Mar 10, 2024
65c1bbd
Revise names of tests for navigating to and checking a radio button. …
mcking65 Mar 10, 2024
88952b5
change default priority of conveying the not checked state to 2 from 1
mcking65 Mar 11, 2024
91cbd01
Revise test titles and order
mcking65 Mar 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 18 additions & 19 deletions tests/radiogroup-aria-activedescendant/data/assertions.csv
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
assertionId,priority,assertionStatement,assertionPhrase,refIds
groupBoundary,1,Group boundary is conveyed,convey group boundary,
nameDeepDish,1,Name 'Deep dish' is conveyed,convey name 'Deep dish',
nameGroupPizzaCrust,1,"Name of the group, 'Pizza Crust', is conveyed","convey name of the group, 'Pizza Crust'",
nameNavigateBackFromHere,1,Name 'Navigate backwards from here' is conveyed,convey name 'Navigate backwards from here',
nameNavigateForwardsFromHere,1,Name 'Navigate forwards from here' is conveyed,convey name 'Navigate forwards from here',
nameRegularCrust,1,Name 'Regular crust' is conveyed,convey name 'Regular crust',
nameThinCrust,1,Name 'Thin crust' is conveyed,convey name 'Thin crust',
numberRadioButtonsGroup3,2,"Number of radio buttons in the group, 3, is conveyed","convey number of radio buttons in the group, 3",
positionRadio1,2,"Position of the radio button, 1, is conveyed","convey position of the radio button, 1",
positionRadio2,2,"Position of the radio button, 2, is conveyed","convey position of the radio button, 2",
positionRadio3,2,"Position of the radio button, 3, is conveyed","convey position of the radio button, 3",
roleGroup,1,Role 'group' is conveyed,convey role 'group',
roleLink,1,Role 'link' is conveyed,convey role 'link',
roleRadio,1,Role 'radio button' is conveyed,convey role 'radio button',
stateChangeToChecked,1,"Change in state, to 'checked', is conveyed","convey change in state, to 'checked'",
stateChecked,1,State 'checked' is conveyed,convey state 'checked',
stateRadioChecked,1,"State of the radio button, 'checked', is conveyed","convey state of the radio button, 'checked'",
stateRadioUnchecked,1,"State of the radio button, 'unchecked', is conveyed","convey state of the radio button, 'unchecked'",
stateUnchecked,1,State 'unchecked' is conveyed,convey state 'unchecked',
groupBoundary,1,Group boundary is conveyed,convey group boundary,radiogroup
nameDeepDish,1,"Name of the radio button, 'Deep dish', is conveyed","convey name of the radio button, 'Deep dish'",radio
nameGroupPizzaCrust,1,"Name of the group, 'Pizza Crust', is conveyed","convey name of the group, 'Pizza Crust'",aria-labelledby
nameNavigateBackFromHere,1,"Name of the link, 'Navigate backwards from here', is conveyed","convey name of the link, 'Navigate backwards from here'",htmlLink
nameNavigateForwardsFromHere,1,"Name of the link, 'Navigate forwards from here', is conveyed","convey name of the link, 'Navigate forwards from here'",htmlLink
nameRegularCrust,1,"Name of the radio button, 'Regular crust', is conveyed","convey name of the radio button, 'Regular crust'",radio
nameThinCrust,1,"Name of the radio button, 'Thin crust', is conveyed","convey name of the radio button, 'Thin crust'",radio
numberRadioButtonsGroup3,2,"Number of radio buttons in the group, 3, is conveyed","convey number of radio buttons in the group, 3",radio aria-activedescendant
positionRadio1,2,"Position of the radio button, 1, is conveyed","convey position of the radio button, 1",radio aria-activedescendant
positionRadio2,2,"Position of the radio button, 2, is conveyed","convey position of the radio button, 2",radio aria-activedescendant
positionRadio3,2,"Position of the radio button, 3, is conveyed","convey position of the radio button, 3",radio aria-activedescendant
roleGroup,2,Role 'group' is conveyed,convey role 'group',radiogroup
roleLink,1,Role 'link' is conveyed,convey role 'link',htmlLink
roleRadio,1,Role 'radio button' is conveyed,convey role 'radio button',radio
stateChangeToChecked,1,Change in state of the radio button to 'checked' is conveyed,convey change in state of the radio button to 'checked',aria-checked
stateRadioChecked,1,"State of the radio button, 'checked', is conveyed","convey state of the radio button, 'checked'",aria-checked
stateRadioUnchecked,2,"State of the radio button, 'unchecked', is conveyed","convey state of the radio button, 'unchecked'",aria-checked
interactionModeEnabled,2,Screen reader switched from reading mode to interaction mode|{screenReader} switched from {readingMode} to {interactionMode},switch from reading mode to interaction mode|switch from {readingMode} to {interactionMode},
105 changes: 55 additions & 50 deletions tests/radiogroup-aria-activedescendant/data/jaws-commands.csv
Original file line number Diff line number Diff line change
@@ -1,51 +1,56 @@
testId,command,settings,assertionExceptions,presentationNumber
navToFirstUncheckedRadio,f,virtualCursor,,1.0
navToFirstUncheckedRadio,a,virtualCursor,,1.1
navToFirstUncheckedRadio,down down,virtualCursor,,1.2
navToLastUncheckedRadio,shift+f,virtualCursor,,3.0
navToLastUncheckedRadio,shift+a,virtualCursor,,3.1
navToLastUncheckedRadio,up up,virtualCursor,,3.2
navToFirstCheckedRadio,f,virtualCursor,,5.0
navToFirstCheckedRadio,a,virtualCursor,,5.1
navToFirstCheckedRadio,down down,virtualCursor,,5.2
navToLastCheckedRadio,shift+f,virtualCursor,,7.0
navToLastCheckedRadio,shift+a,virtualCursor,,7.1
navToLastCheckedRadio,up up,virtualCursor,,7.2
navForwardsToUncheckedRadio,tab,pcCursor,,9.0
navBackToUncheckedRadio,shift+tab,pcCursor,,11.0
navForwardsToCheckedRadio,tab,pcCursor,,13.0
navBackToCheckedRadio,shift+tab,pcCursor,,15.0
navOutStartRadioGroup,up up,virtualCursor,,17.0
navOutStartRadioGroup,shift+tab,pcCursor,,18.0
navOutEndRadioGroup,down down,virtualCursor,,20.0
navOutEndRadioGroup,tab,pcCursor,,21.0
reqInfoAboutUncheckedRadio,ins+tab,virtualCursor,,23.0
reqInfoAboutUncheckedRadio,ins+up,virtualCursor,,23.1
reqInfoAboutUncheckedRadio,ins+tab,pcCursor,,24.0
reqInfoAboutUncheckedRadio,ins+up,pcCursor,,24.1
reqInfoAboutCheckedRadio,ins+tab,virtualCursor,,26.0
reqInfoAboutCheckedRadio,ins+up,virtualCursor,,26.1
reqInfoAboutCheckedRadio,ins+tab,pcCursor,,27.0
reqInfoAboutCheckedRadio,ins+up,pcCursor,,27.1
navToNextUncheckedRadio,f,virtualCursor,,29.0
navToNextUncheckedRadio,a,virtualCursor,,29.1
navToNextUncheckedRadio,down,virtualCursor,,29.2
navToPrevUncheckedRadio,shift+f,virtualCursor,,31.0
navToPrevUncheckedRadio,shift+a,virtualCursor,,31.1
navToPrevUncheckedRadio,up,virtualCursor,,31.2
navToNextCheckedRadio,f,virtualCursor,,33.0
navToNextCheckedRadio,a,virtualCursor,,33.1
navToNextCheckedRadio,down,virtualCursor,,33.2
navToPrevCheckedRadio,shift+f,virtualCursor,,35.0
navToPrevCheckedRadio,shift+a,virtualCursor,,35.1
navToPrevCheckedRadio,up,virtualCursor,,35.2
navToNextRadio,down,pcCursor,,37.0
navToNextRadio,right,pcCursor,,37.1
navToPrevRadio,up,pcCursor,,39.0
navToPrevRadio,left,pcCursor,,39.1
navToFirstRadio,down,pcCursor,,41.0
navToFirstRadio,right,pcCursor,,41.1
navToLastRadio,up,pcCursor,,43.0
navToLastRadio,left,pcCursor,,43.1
checkRadio,space,virtualCursor,,45.0
checkRadio,space,pcCursor,,46.0
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,f,virtualCursor,,1
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,a,virtualCursor,,1.1
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,down down,virtualCursor,,1.2
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,tab,virtualCursor,2:interactionModeEnabled,1.3
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,tab,pcCursor,,1.4
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+f,virtualCursor,,3
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+a,virtualCursor,,3.1
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,up up,virtualCursor,,3.2
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+tab,virtualCursor,0:nameThinCrust 1:nameRegularCrust 0:positionRadio3 2:positionRadio1 2:interactionModeEnabled,3.3
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+tab,pcCursor,0:nameThinCrust 1:nameRegularCrust 0:positionRadio3 2:positionRadio1,3.4
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,f,virtualCursor,,5
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,a,virtualCursor,,5.1
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,down down,virtualCursor,,5.2
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,tab,virtualCursor,2:interactionModeEnabled,5.3
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,tab,pcCursor,,5.4
NavBackIntoRadioGroupWhereLastRadioChecked,shift+f,virtualCursor,,7
NavBackIntoRadioGroupWhereLastRadioChecked,shift+a,virtualCursor,,7.1
NavBackIntoRadioGroupWhereLastRadioChecked,up up,virtualCursor,,7.2
NavBackIntoRadioGroupWhereLastRadioChecked,shift+tab,virtualCursor,2:interactionModeEnabled,7.3
NavBackIntoRadioGroupWhereLastRadioChecked,shift+tab,pcCursor,,7.4
navOutStartRadioGroup,shift+u,virtualCursor,3:groupBoundary ,10
navOutStartRadioGroup,up up,virtualCursor,,10.1
navOutStartRadioGroup,shift+tab,virtualCursor,3:groupBoundary ,10.2
navOutStartRadioGroup,shift+tab,pcCursor,3:groupBoundary ,10.3
navOutEndRadioGroup,u,virtualCursor,3:groupBoundary ,12
navOutEndRadioGroup,down down,virtualCursor,,12.1
navOutEndRadioGroup,tab,virtualCursor,3:groupBoundary ,12.2
navOutEndRadioGroup,tab,pcCursor,3:groupBoundary ,12.3
navToNextUncheckedRadio,f,virtualCursor,,20
navToNextUncheckedRadio,a,virtualCursor,,20.1
navToNextUncheckedRadio,down,virtualCursor,,20.2
navToPrevUncheckedRadio,shift+f,virtualCursor,,22
navToPrevUncheckedRadio,shift+a,virtualCursor,,22.1
navToPrevUncheckedRadio,up,virtualCursor,,22.2
navToNextCheckedRadio,f,virtualCursor,,24
navToNextCheckedRadio,a,virtualCursor,,24.1
navToNextCheckedRadio,down,virtualCursor,,24.2
navToPrevCheckedRadio,shift+f,virtualCursor,,26
navToPrevCheckedRadio,shift+a,virtualCursor,,26.1
navToPrevCheckedRadio,up,virtualCursor,,26.2
navToFirstRadio,down,pcCursor,,30
navToFirstRadio,right,pcCursor,,30.1
navToLastRadio,up,pcCursor,,32
navToLastRadio,left,pcCursor,,32.1
checkRadio,space,virtualCursor,,45
checkRadio,enter,virtualCursor,2:interactionModeEnabled,45.1
checkRadio,space,pcCursor,,45.2
reqInfoAboutUncheckedRadio,ins+tab,virtualCursor,,50
reqInfoAboutUncheckedRadio,ins+up,virtualCursor,,50.1
reqInfoAboutUncheckedRadio,ins+tab,pcCursor,,50.2
reqInfoAboutUncheckedRadio,ins+up,pcCursor,,50.3
reqInfoAboutCheckedRadio,ins+tab,virtualCursor,,55
reqInfoAboutCheckedRadio,ins+up,virtualCursor,,55.1
reqInfoAboutCheckedRadio,ins+tab,pcCursor,,55.2
reqInfoAboutCheckedRadio,ins+up,pcCursor,,55.3
83 changes: 43 additions & 40 deletions tests/radiogroup-aria-activedescendant/data/nvda-commands.csv
Original file line number Diff line number Diff line change
@@ -1,41 +1,44 @@
testId,command,settings,assertionExceptions,presentationNumber
navToFirstUncheckedRadio,f,browseMode,,1.0
navToFirstUncheckedRadio,r,browseMode,,1.1
navToLastUncheckedRadio,shift+f,browseMode,,3.0
navToLastUncheckedRadio,shift+r,browseMode,,3.1
navToFirstCheckedRadio,f,browseMode,,5.0
navToFirstCheckedRadio,r,browseMode,,5.1
navToLastCheckedRadio,shift+f,browseMode,,7.0
navToLastCheckedRadio,shift+r,browseMode,,7.1
navForwardsToUncheckedRadio,tab,focusMode,,9.0
navBackToUncheckedRadio,shift+tab,focusMode,,11.0
navForwardsToCheckedRadio,tab,focusMode,,13.0
navBackToCheckedRadio,shift+tab,focusMode,,15.0
navOutStartRadioGroup,up,browseMode,,17.0
navOutStartRadioGroup,shift+tab,focusMode,,18.0
navOutEndRadioGroup,down,browseMode,,20.0
navOutEndRadioGroup,tab,focusMode,,21.0
reqInfoAboutUncheckedRadio,ins+tab,browseMode,,23.0
reqInfoAboutUncheckedRadio,ins+tab,focusMode,,24.0
reqInfoAboutUncheckedRadio,ins+up,focusMode,,24.1
reqInfoAboutCheckedRadio,ins+tab,browseMode,,26.0
reqInfoAboutCheckedRadio,ins+tab,focusMode,,27.0
reqInfoAboutCheckedRadio,ins+up,focusMode,,27.1
navToNextUncheckedRadio,f,browseMode,,29.0
navToNextUncheckedRadio,r,browseMode,,29.1
navToPrevUncheckedRadio,shift+f,browseMode,,31.0
navToPrevUncheckedRadio,shift+r,browseMode,,31.1
navToNextCheckedRadio,f,browseMode,,33.0
navToNextCheckedRadio,r,browseMode,,33.1
navToPrevCheckedRadio,shift+f,browseMode,,35.0
navToPrevCheckedRadio,shift+r,browseMode,,35.1
navToNextRadio,down,focusMode,,37.0
navToNextRadio,right,focusMode,,37.1
navToPrevRadio,up,focusMode,,39.0
navToPrevRadio,left,focusMode,,39.1
navToFirstRadio,down,focusMode,,41.0
navToFirstRadio,right,focusMode,,41.1
navToLastRadio,up,focusMode,,43.0
navToLastRadio,left,focusMode,,43.1
checkRadio,space,browseMode,,45.0
checkRadio,space,focusMode,,46.0
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,f,browseMode,,1
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,r,browseMode,,1.1
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,tab,browseMode,2:interactionModeEnabled,1.3
navForwardsInToRadioGroupWhereNoRadioButtonsAreChecked,tab,focusMode,,1.4
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+f,browseMode,,3
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+r,browseMode,,3.1
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+tab,browseMode,0:nameThinCrust 1:nameRegularCrust 0:positionRadio3 2:positionRadio1 2:interactionModeEnabled,3.3
navBackInToRadioGroupWhereNoRadioButtonsAreChecked,shift+tab,focusMode,0:nameThinCrust 1:nameRegularCrust 0:positionRadio3 2:positionRadio1,3.4
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,f,browseMode,,5
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,r,browseMode,,5.1
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,tab,browseMode,2:interactionModeEnabled,5.3
navForwardsInToRadioGroupWhereFirstRadioButtonIsChecked,tab,focusMode,,5.4
NavBackIntoRadioGroupWhereLastRadioChecked,shift+f,browseMode,,7
NavBackIntoRadioGroupWhereLastRadioChecked,shift+r,browseMode,,7.1
NavBackIntoRadioGroupWhereLastRadioChecked,shift+tab,browseMode,2:interactionModeEnabled,7.3
NavBackIntoRadioGroupWhereLastRadioChecked,shift+tab,focusMode,,7.4
navOutStartRadioGroup,shift+k,browseMode,3:groupBoundary ,10
navOutStartRadioGroup,up,browseMode,,10.1
navOutStartRadioGroup,shift+tab,browseMode,3:groupBoundary ,10.2
navOutStartRadioGroup,shift+tab,focusMode,3:groupBoundary ,10.3
navOutEndRadioGroup,k,browseMode,3:groupBoundary ,12
navOutEndRadioGroup,down,browseMode,,12.1
navOutEndRadioGroup,tab,browseMode,3:groupBoundary ,12.2
navOutEndRadioGroup,tab,focusMode,3:groupBoundary ,12.3
navToNextUncheckedRadio,f,browseMode,,20
navToNextUncheckedRadio,r,browseMode,,20.1
navToPrevUncheckedRadio,shift+f,browseMode,,22
navToPrevUncheckedRadio,shift+r,browseMode,,22.1
navToNextCheckedRadio,f,browseMode,,24
navToNextCheckedRadio,r,browseMode,,24.1
navToPrevCheckedRadio,shift+f,browseMode,,26
navToPrevCheckedRadio,shift+r,browseMode,,26.1
navToFirstRadio,down,focusMode,,30
navToFirstRadio,right,focusMode,,30.1
navToLastRadio,up,focusMode,,32
navToLastRadio,left,focusMode,,32.1
checkRadio,space,browseMode,,45
checkRadio,enter,browseMode,2:interactionModeEnabled,45.1
checkRadio,space,focusMode,,45.2
reqInfoAboutUncheckedRadio,ins+tab,browseMode,,50
reqInfoAboutUncheckedRadio,ins+tab,focusMode,,50.1
reqInfoAboutCheckedRadio,ins+tab,browseMode,,55
reqInfoAboutCheckedRadio,ins+tab,focusMode,,55.1
1 change: 1 addition & 0 deletions tests/radiogroup-aria-activedescendant/data/references.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ radio,aria,radio,radio
aria-activedescendant,aria,aria-activedescendant,aria-activedescendant
aria-labelledby,aria,aria-labelledby,aria-labelledby
aria-checked,aria,aria-checked,aria-checked
htmlLink,htmlAam,a,HTML hyperlink
Loading
Loading