diff --git a/src/pages/components/menu/accessibility.mdx b/src/pages/components/menu/accessibility.mdx index 308b553a206..5178f7b93d1 100644 --- a/src/pages/components/menu/accessibility.mdx +++ b/src/pages/components/menu/accessibility.mdx @@ -45,13 +45,14 @@ Use the `Up` and `Down` arrow keys to navigate between menu items. -Pressing `Space` or `Enter` on a focused menu item activates it and collapses the -menu. Pressing `Space` or `Enter` on a submenu opens it. A submenu can also be -opened and closed using the right and left arrow keys respectively. When the menu or -submenu is open, the first item takes focus. An activated menu item can have -different results depending on its functionality. If the item is a link, it launches -the selection. If the item is selectable, it selects or deselects the item. The menu -item retains its selected or unselected state when the menu is opened again. +Pressing `Space` or `Enter` on a focused menu item activates it and collapses +the menu. Pressing `Space` or `Enter` on a submenu opens it. A submenu can also +be opened and closed using the right and left arrow keys respectively. When the +menu or submenu is open, the first item takes focus. An activated menu item can +have different results depending on its functionality. If the item is a link, it +launches the selection. If the item is selectable, it selects or deselects the +item. The menu item retains its selected or unselected state when the menu is +opened again. @@ -60,7 +61,8 @@ item retains its selected or unselected state when the menu is opened again. Space and Enter keys activates, selects, or deselects the menu item with - focus. A submenu is opened and closed with the right and left arrow keys respectively. + focus. A submenu is opened and closed with the right and left arrow keys + respectively.