Skip to content

Commit

Permalink
Add aria-posinset and aria-setsize to references and assertions f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
IsaDC committed Nov 13, 2024
1 parent 51f6f65 commit f2864ed
Showing 1 changed file with 5 additions and 5 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},

0 comments on commit f2864ed

Please sign in to comment.