Skip to content

Commit

Permalink
Update references for radiogroup-aria-activedescendant (#1157)
Browse files Browse the repository at this point in the history
* Add `aria-posinset` and `aria-setsize` to references and assertions files

* Update references.csv
  • Loading branch information
IsaDC authored Dec 4, 2024
1 parent ed744e7 commit 0bcc92b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions tests/radiogroup-aria-activedescendant/data/assertions.csv
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
assertionId,priority,assertionStatement,assertionPhrase,refIds
groupBoundary,1,Group boundary is conveyed,convey group boundary,radiogroup
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},
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
numberRadioButtonsGroup3,2,"Number of radio buttons in the group, 3, is conveyed","convey number of radio buttons in the group, 3",aria-activedescendant aria-setsize radio
positionRadio1,2,"Position of the radio button, 1, is conveyed","convey position of the radio button, 1",aria-activedescendant aria-posinset radio
positionRadio2,2,"Position of the radio button, 2, is conveyed","convey position of the radio button, 2",aria-activedescendant aria-posinset radio
positionRadio3,2,"Position of the radio button, 3, is conveyed","convey position of the radio button, 3",aria-activedescendant aria-posinset radio
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,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: 5 additions & 3 deletions tests/radiogroup-aria-activedescendant/data/references.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ title,metadata,Radio Group Example Using aria-activedescendant,
reference,metadata,reference/2022-4-7_113015/radio-activedescendant.html,Test Case Page for Radio Group Example Using aria-activedescendant
designPattern,metadata,https://www.w3.org/WAI/ARIA/apg/patterns/radio/,APG Pattern: Radio Group
example,metadata,https://www.w3.org/WAI/ARIA/apg/patterns/radio/examples/radio-activedescendant/,APG Example: Radio Group Using aria-activedescendant
radiogroup,aria,radiogroup,radiogroup
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
aria-labelledby,aria,aria-labelledby,aria-labelledby
aria-posinset,aria,aria-posinset,aria-posinset
aria-setsize,aria,aria-setsize,aria-setsize
radio,aria,radio,radio
radiogroup,aria,radiogroup,radiogroup
htmlLink,htmlAam,a,HTML hyperlink

0 comments on commit 0bcc92b

Please sign in to comment.