Closed davideblakeman closed 6 months ago
Fixed in v17.1.0, the items are now button and added roles, aria-label, etc wherever applicable.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.
Proposal
I request keyboard accessibility for the menu so I can skip having to create my own custom menu bar and avoid the technical debt of having to replace a custom menu bar if this is implemented in future. Just adding
tabindex="0"
to all thengx-toggle-command
and other buttons would suffice. But to be WCAG compliant also addingaria-label
androle="button"
descriptions for screen readers would also be desirable.Willing to submit a PR?
Yes if my assistance is requested and when I find time.