Which all attributes shoud be added to make a button that opens a menu of actions which is placed inside a table to make it accesible to assistive technology.
Tried to add role=menu. Also added aria-expanded, but did not work.
Which all attributes shoud be added to make a button that opens a menu of actions which is placed inside a table to make it accesible to assistive technology.
Tried to add role=menu. Also added aria-expanded, but did not work.
Copyright © 2021 Jogjafile Inc.
You could use the Menu Button pattern as long as you implement arrow key navigation (up/down) within the menu.
If you want to navigate within your "menu" using the tab key instead of the up/down arrow keys, then don't use the menu pattern, use the Disclosure Pattern instead.