packages/react-components/react-menu-grid-preview/library/docs/Spec.md
The MenuGrid component should enable the following grid-like navigation:
Unlike with the MenuList component, submenus should not be open using the Right arrow key or by activating the menu item that has a submenu with Enter or spacebar. Instead, submenus should be implemented using a menu button located in the next column and reachable using the Right arrow key.
Compared to the MenuList component, the MenuGrid component should use different ARIA roles for its elements. The roles and other ARIA attributes should be as follows:
MenuGrid element should use the "grid" role.MenuGridRowGroup elements should use the "rowgroup" role and be by default labelled using aria-labelledby referencing the respective MenuGridRowGroupHeader element.MenuGridRowGroupHeader elements should use the "presentation" role and be hidden from assistive technologies using the aria-hidden="true" attribute.MenuGridRow element should use the "row" role.MenuGridCell element should use the "gridcell" role.