Skip to content

Commit

Permalink
Change assertion priority to may for role menuitem when navigating to…
Browse files Browse the repository at this point in the history
… next, previous, or by typing a character
  • Loading branch information
IsaDC committed Aug 29, 2024
1 parent f934a36 commit 3baebf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/menu-button-navigation/data/tests.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ reqInfoAboutMenuButton,Request information about a menu button,9,setFocusOnMenuB
openMenu,Open a menu,12,setFocusOnMenuButton,"Starting at the 'WAI-ARIA Quick Links' menu button, open the menu.",nameFocusedItemHome roleFocusedItemMenuItem positionFocusedItemMenu1 numberItemsMenu6 nameMenuLinks roleMenu 0:interactionModeEnabled
openMenuToLastItem,Open a menu to the last item,14,setFocusOnMenuButton,"Starting at the 'WAI-ARIA Quick Links' menu button, open the menu.",nameFocusedItemDescription roleFocusedItemMenuItem positionFocusedItemMenu6 numberItemsMenu6 nameMenuLinks roleMenu
reqInfoAboutMenuItem,Request information about a menu item,16,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, read information about the menu item.",nameFocusedItemHome roleFocusedItemMenuItem positionFocusedItemMenu1 numberItemsMenu6 nameMenuLinks roleMenu
navToFirstItemMenu,Navigate to the first item in a menu,18,openMenuAndSetFocusToLastItem,"Starting at the 'Accessible Name and Description' menu item, navigate to the first menu item.",nameFocusedItemHome roleFocusedItemMenuItem positionFocusedItemMenu1 numberItemsMenu6
navToLastItemMenu,Navigate to the last item in a menu,20,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, navigate to the last menu item.",nameFocusedItemDescription roleFocusedItemMenuItem positionFocusedItemMenu6 numberItemsMenu6 nameMenuLinks roleMenu
navToItemMenuByTypingCharacter,Navigate to an item in a menu by typing a character,22,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, type a character to navigate to a different menu item.",nameFocusedItemIniciative roleFocusedItemMenuItem positionFocusedItemMenu2 numberItemsMenu6
navToFirstItemMenu,Navigate to the first item in a menu,18,openMenuAndSetFocusToLastItem,"Starting at the 'Accessible Name and Description' menu item, navigate to the first menu item.",nameFocusedItemHome 3:roleFocusedItemMenuItem positionFocusedItemMenu1 numberItemsMenu6
navToLastItemMenu,Navigate to the last item in a menu,20,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, navigate to the last menu item.",nameFocusedItemDescription 3:roleFocusedItemMenuItem positionFocusedItemMenu6 numberItemsMenu6 nameMenuLinks roleMenu
navToItemMenuByTypingCharacter,Navigate to an item in a menu by typing a character,22,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, type a character to navigate to a different menu item.",nameFocusedItemIniciative 3:roleFocusedItemMenuItem positionFocusedItemMenu2 numberItemsMenu6
activateMenuItem,Activate a menu item,24,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, activate the menu item.",nameLinks roleMenuButton stateCollapsed
closeMenu,Close a menu,26,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, close the menu.",nameLinks roleMenuButton stateCollapsed

0 comments on commit 3baebf5

Please # to comment.