You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the document conformance table, it states:
menu type = context role=menu global aria-* attributes and any aria-* attributes applicable to the toolbar role
The html 5.1 spec states: [https://www.w3.org/TR/html/interactive-elements.html#the-menu-element]
Allowed ARIA role attribute values:
menu (default - do not set), directory, list, listbox, menubar, tablist, tabpanel or tree.
Allowed ARIA state and property attributes:
Please correct the conformance table to reflect the html5.1 spec.