C2LC-517: Toggle button may not be the best choice for Action buttons

Metadata

Source
C2LC-517
Type
Task
Priority
N/A
Status
Won't Fix
Resolution
N/A
Assignee
N/A
Reporter
Michelle D'Souza
Created
2021-10-13T16:27:55.910-0400
Updated
2024-04-22T15:34:55.721-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Coding Environment

Description

Individually the Action buttons make sense as toggle buttons; however, they actually behave more like radio buttons because only one can be selected at a time. Changing the selection will flip any previously selected button. Perhaps a “listbox” would make more sense. A change here may affect the keyboard navigation semantics.

Sense: https://www.w3.org/TR/wai-aria-1.1/#listbox

Comments