Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

[Bug]: Make the SegmentedControl match listbox WAI ARIA keyboard standards #81

Closed dpasque closed 1 year ago

dpasque commented 1 year ago

Quick summary

Right now, the SegmentedControl component has pretty good a11y, but it doesn't match the WAI ARIA standards for listboxes, namely when it comes to keyboard interaction and navigation:

https://www.w3.org/WAI/ARIA/apg/patterns/listbox/

We should make it match those standards!

Steps to reproduce

NA

Browser

No response

Other notes

No response