role="menuitem" does not support aria-expanded in ARIA 1.1, but the authoring practices requires this #608
Labels
duplicate
An issue closed because it is equivalent to another issue
Example Page
Related to a page containing an example implementation of a pattern
Feedback
Issue raised by or for collecting input from people outside APG task force
"A parent menuitem has aria-expanded set to false when its child menu is not visible and set to true when the child menu is visible."
https://www.w3.org/TR/wai-aria-practices/#menu
This would mean that the element with role="menuitem" toggles aria-expanded depending on whether or not the child submenu is open. However, according to ARIA 1.1, aria-expanded is not supported for role="menuitem".
There either needs to be a change to the ARIA 1.1 spec to include aria-expanded as a supported state, or a change to the authoring practices guide (and the associated example that follows this practice).
The text was updated successfully, but these errors were encountered: