Skip to content

Improve more actions button accessibility in the context menu component #10586

Open
@gtsiolis

Description

@gtsiolis

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. 🔍

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions