menu iniside table

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.

1

There are 1 best solutions below

0
slugolicious On

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.