Can you tab through all radio buttons?

后端 未结 5 1698
挽巷
挽巷 2020-12-07 14:07

I have a list of radio buttons. when I tab through them, seems like only the first radio button or the one that is selected will get focused, the rest of the radio buttons w

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 14:41

    Not sure if this is still an issue for anyone but I found a solution. As stated above, this is not a bug, this is default behavior. We just need to think of how we interact with a website differently. When you tab into a radio group of objects, you need to then use the arrow keys to navigate within that set of inputs and then tab or shift+tab to get out of that set of inputs.

    https://www.w3.org/TR/wai-aria-practices/examples/radio/radio-1/radio-1.html

提交回复
热议问题