<pf-dropdown-item>
: menutitem
role must be contained by parent with menu
role
#2705
Labels
<pf-dropdown-item>
: menutitem
role must be contained by parent with menu
role
#2705
Description of the issue
When testing dropdown, axeDevTools has the following error:
Impacted component(s)
pf-dropdown
Steps to reproduce
pf-dropdown-menu
's accessibility tree in the Element Inspector.role
:menu
is not being applied.Expected behavior
The element marked as
role="menuitem"
needs to be a child of the element withrole="menu".
UPDATE:pf-dropdown-menu
should have amenu
role.Related issues
The text was updated successfully, but these errors were encountered: