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
Make the case for extending support for aria-expanded to elements with the radio role in the ARIA spec.
Why
The current working draft of ARIA 1.2 extends support for aria-expanded to checkboxes, but not to radios. We think there is a valid case for a radio button revealing additional content, and believe that using aria-expanded is a good way to expose this behaviour to assistive technologies.
If we can make the case for extending support to radios as well, we can then raise bug reports with assistive tech vendors to make sure the expanded state is communicated reliably.
What
Make the case for extending support for
aria-expanded
to elements with theradio
role in the ARIA spec.Why
The current working draft of ARIA 1.2 extends support for
aria-expanded
to checkboxes, but not to radios. We think there is a valid case for a radio button revealing additional content, and believe that usingaria-expanded
is a good way to expose this behaviour to assistive technologies.If we can make the case for extending support to radios as well, we can then raise bug reports with assistive tech vendors to make sure the expanded state is communicated reliably.
Who needs to know about this
Developers, technical writer
Further detail
Helps resolve the following issues:
#979
#1972
#1988
#1989
Done when
w3c/aria
repoThe text was updated successfully, but these errors were encountered: