-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-menu accessibility (role=menu, role=menuitem not there) #4415
Comments
It uses @rschmukler I can help you test it since this one will probably be tricky. |
I forgot that Menus have to support links, something that isn't supported by the ARIA menu/menuitem roles (nor do they support text inputs in menus, as another example). For that reason, Menubar should behave more like Menu, using |
Hi how create Accessibility menu in Angular? |
@antrez770 please try asking on Stack Overflow, Gitter, or the AngularJS Material forums. |
I'm new to accessibility so I might be wrong here, but I was inspecting the DOM elements of md-menu and its md-menu-items on https://material.angularjs.org/latest/#/demo/material.components.menu and was expecting to find menu related aria attributes:
role=menu
role=menuitem
I didn't see these anywhere. Should they be?
The text was updated successfully, but these errors were encountered: