aria-labelledby
& role radiogroup
on ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button, Charge Settings, radiogroup
Charge Settings, radiogroup with 3 items, Show all charges, radio button, selected
aria-labelledby
& no explicit roleDo I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radiobutton list 3 items
List with 3 items, list item, Show all charges, radio button, selected
Choose how you see or hear charge information.
fieldset
& legend
with ul
(BEST)Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button, Charge Settings list 3 items
Charge Settings, Radio button group, list with 3 itesm, list item, Show all charges, radio button, selected
fieldset
& legend
, but no ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button, Charge Settings, Charge Settings, radiogroup
Charge Settings, radio buttong roup, Show all charges, radio button, selected
aria-labelledby
& role radiogroup
on div
button wrapper, i.e., no ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button, Charge Settings, radiogroup
Charge Settings, radio buttong roup, Show all charges, radio button, selected
fieldset
with role radiogroup
, h3
& ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
10 by 10, selected, radio button, list 2 items
Add aria-labelledby
to fieldset
10 by 10, selected, radio button, Area Grid Size list 3 items
Radio button group, list with 2 items, list item, 10 by 10, radio button, selected
aria-labelledby
on both parent div
and ul
parent (BEST OPTION)Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button list Charge Settings 3 items
Charge Settings, radio button group, list with 3 items, list item, Show all charges, radio button selected
radiogroup
on parent div
, but aria-labelledby
on ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button list Charge Settings 3 items
Radio button group, list with 3 items, list item, Show all charges, radio button selected
radiogroup
& aria-labelledby
on parent div
, & nothing explicit on ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button list 3 items
Charge Settings, Radio button group, list with 3 items, list item, Show all charges, radio button selected
radiogroup
& aria-label
on parent div
& no h3
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button list 3 items
Charge Settings, Radio button group, list with 3 items, list item, Show all charges, radio button selected
Note: aria-controls="rgroup-14"
on radiogroup parent has no effect in VO and CVox effect when aria-label is on the radiogroup parent.
aria-controls
, radiogroup
on parent div
, no h3
, but aria-label
on ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button list Charge Settings 3 items
Radio button group, list with 3 items, list item, Show all charges, radio button selected
fieldset
with radiogroup
and aria-labelledby
, h3
and ul
Do I hear: button name, button state, group name, group role (radiogroup/list), and count?
Show all charges, selected, radio button, Charge Settings list 3 items
Charge Settings, Radio button group, list with 3 items, list item, Show all charges, radio button selected