[Menu] ARIA APG: Disabled menu items should be focusable with keyboard navigation #33603
Open
2 tasks done
Labels
accessibility
a11y
component: menu
This is the name of the generic UI component, not the React module!
Milestone
Duplicates
Latest version
Current behavior 😯
Expected behavior 🤔
Steps to reproduce 🕹
Steps:
https://codesandbox.io/s/mui-disabled-menu-item-keyboard-navigation-8k3rwl
Context 🔦
According to APG menu/menubar pattern[1], disabled menu items should be focusable but cannot be activated (see "NOTE" in [1]).
The APG menu button pattern[2] does not override these requirements, and instead specifies that the specifications of Menu/Menubar should be followed after a menu is opened.
[1] https://www.w3.org/WAI/ARIA/apg/patterns/menu/
[2] https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/
The text was updated successfully, but these errors were encountered: