Adrian Roselli
Adrian Roselli
Getting on a plane later, so laptop packed. Fired up Chrome / TalkBack and I do not encounter the hidden child radios. So that seems good. However: * I cannot...
> Could you please elaborate on this? I'm not familiar with "explore by touch". With TalkBack and VoiceOver (on touch devices), you can drag your finger around the screen and...
> `tabindex` attribute may solve the problem, as we explicitly set the order of tabs. It will not. This is about arrow key navigation within a radio group, something over...
Other than some problematic HTML nesting, the raw HTML pulled from the rendered DOM works fine (I yanked the `disabled` attributes): https://codepen.io/aardrian/pen/VwqWzLM Since the form is no longer active, I...
I have just started the State of HTML survey and can confirm the issue with radio buttons is still there (I am using Firefox).
I made a video for https://github.com/Devographics/Monorepo/issues/307 which also shows the this issue. https://github.com/Devographics/Monorepo/assets/1376607/d069f2b7-c262-42b4-aff3-d06ba57df43a
What happens when you try in 117? Ideally using default settings (to better match survey participants).
@dstorey Different color values and parts of the page. Can they be merged?
Just for ref: * macOS: [Bug 260835 - AX: aria-description not exposed directly to VO users](https://bugs.webkit.org/show_bug.cgi?id=260835) by Dian Ko * iOS: [Bug 259156 - AX: aria-description not exposed as expected](https://bugs.webkit.org/show_bug.cgi?id=259156)...
Two weeks ago Department of Veterans Affairs made its own fix: https://github.com/department-of-veterans-affairs/component-library/pull/1191 Maybe there is something there you can use? I have not reviewed it.