What fresh hell is THIS now? - Patrick Lauke
role="main"
to <main>
?
[bbuechel] Given a radio button group (say 4 radio buttons), would having one radio button disabled (disabled=“disabled”) so that the option is visible but not selectable cause any issues for screen readers?
Testing has shown disabling a radio button prevents normal keyboard navigation from focusing on the disabled one. However, at least with VO and Safari, focusing on the other radio buttons acknowledge the total count in the radio grouping including the disabled one. (ie: 1 of 4…but #4 is disabled so you can’t actually get to it with normal keyboard navigation arrows/tab). Switching out of form mode you can “find” the disabled element and are alerted its label and that it is “dimmed”. This feels clunky.
Are there more elegant ways of displaying disabled form controls that are also accessible?