Open
Description
Problem to solve
The more actions button in the context menu component currently comes with poor accessibility.
Generally, a div-based button can become quite accessible, however, you'd still need to make the element focusable and define event handlers when a button-based button automatically takes care of this. See relevant documentation[1][2][3][...].
For example, in this case where we're using a div-based button, we're missing the basic role="button"
attribute, which could improve the existing situation. ➿
This component is also used 11 times
across the codebase, most commonly within the Items List component. 🔍