From 0bcc92bb5411c8c06a0ea3afd2eacfe9b8990aa8 Mon Sep 17 00:00:00 2001 From: IsaDC <70024509+IsaDC@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:41:38 -0600 Subject: [PATCH] Update references for radiogroup-aria-activedescendant (#1157) * Add `aria-posinset` and `aria-setsize` to references and assertions files * Update references.csv --- .../data/assertions.csv | 10 +++++----- .../data/references.csv | 8 +++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/tests/radiogroup-aria-activedescendant/data/assertions.csv b/tests/radiogroup-aria-activedescendant/data/assertions.csv index 861762d75..e4fb3a7dd 100644 --- a/tests/radiogroup-aria-activedescendant/data/assertions.csv +++ b/tests/radiogroup-aria-activedescendant/data/assertions.csv @@ -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}, diff --git a/tests/radiogroup-aria-activedescendant/data/references.csv b/tests/radiogroup-aria-activedescendant/data/references.csv index 3c3406fd0..f732399fa 100644 --- a/tests/radiogroup-aria-activedescendant/data/references.csv +++ b/tests/radiogroup-aria-activedescendant/data/references.csv @@ -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