When tabbing through the Svelte app, the YES/NO options are not accessible.
To Reproduce
Steps to reproduce the behavior:
Clone repo
npm i / npm run dev
Open demo page in browser
Start with name and tab through the UI
You are unable to tab to the yes/no options
Looking at the inspector, notice that both radio buttons are set to tabindex="-1"
Expected behavior
User has the ability to tab to yes/no radio buttons to toggle UI. This is NOT an issue with the React app, so the root cause does not appear to be the auro-radio element. Although... Svelte may be exposing an interesting issue.
Describe the bug
When tabbing through the Svelte app, the YES/NO options are not accessible.
To Reproduce
Steps to reproduce the behavior:
name
and tab through the UILooking at the inspector, notice that both radio buttons are set to
tabindex="-1"
Expected behavior
User has the ability to tab to yes/no radio buttons to toggle UI. This is NOT an issue with the React app, so the root cause does not appear to be the auro-radio element. Although... Svelte may be exposing an interesting issue.
Screenshots
Svelete
React