You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These buttons should comply with the standard for accessible radio groups.
Steps To Reproduce
1. Open the GraphiQL demo http://graphql.org/swapi-graphql2. Open the settings dialog
3. Navigate it using `tab` and once you land on the "System" button, try navigating using the arrow keys
4. Also inspect the elements and you'll notice they don't have the appropriate attributes
Is there an existing issue for this?
Current Behavior
The ButtonGroup in the Settings dialog, specifically when changing the current theme:
Behaves more like a RadioGroup control, and it doesn't have the appropriate keyboard event handling or aria attributes to indicate this: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton/
Expected Behavior
These buttons should comply with the standard for accessible radio groups.
Steps To Reproduce
Module pattern
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: