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

Radio Group Example Using aria-activedescendant: Change unchecked assertion to optional and omit 4 assertions from insert+up command for JAWS and NVDA #1142

Merged
merged 3 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion tests/radiogroup-aria-activedescendant/data/assertions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ 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
stateRadioUnchecked,3,"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},
8 changes: 4 additions & 4 deletions tests/radiogroup-aria-activedescendant/data/jaws-commands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ 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+up,virtualCursor,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,50.1
reqInfoAboutUncheckedRadio,ins+tab,pcCursor,,50.2
reqInfoAboutUncheckedRadio,ins+up,pcCursor,,50.3
reqInfoAboutUncheckedRadio,ins+up,pcCursor,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,50.3
reqInfoAboutCheckedRadio,ins+tab,virtualCursor,,55
reqInfoAboutCheckedRadio,ins+up,virtualCursor,,55.1
reqInfoAboutCheckedRadio,ins+up,virtualCursor,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,55.1
reqInfoAboutCheckedRadio,ins+tab,pcCursor,,55.2
reqInfoAboutCheckedRadio,ins+up,pcCursor,,55.3
reqInfoAboutCheckedRadio,ins+up,pcCursor,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,55.3
8 changes: 6 additions & 2 deletions tests/radiogroup-aria-activedescendant/data/nvda-commands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ 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
reqInfoAboutUncheckedRadio,ins+up,browseMode,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,50.1
reqInfoAboutUncheckedRadio,ins+tab,focusMode,,50.2
reqInfoAboutUncheckedRadio,ins+up,focusMode,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,50.3
reqInfoAboutCheckedRadio,ins+tab,browseMode,,55
reqInfoAboutCheckedRadio,ins+tab,focusMode,,55.1
reqInfoAboutCheckedRadio,ins+up,browseMode,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,55.1
reqInfoAboutCheckedRadio,ins+tab,focusMode,,55.2
reqInfoAboutCheckedRadio,ins+up,focusMode,0:positionRadio1 0:numberRadioButtonsGroup3 0:roleGroup 0:nameGroupPizzaCrust,55.3
Loading