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
I noticed that the tabindex property of a RadioGroup.Option element within a RadioGroup by default has the value -1, but for the checked option it is 0. Is there any reason for this?
From what I can tell, it works as expected, but I'm not a user relying on accessibility features, so I'm not quite sure. The Firefox dev tools Accessibility tab complains about it with an error: radiobutton: Interactive element must be focusable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the
tabindex
property of aRadioGroup.Option
element within aRadioGroup
by default has the value-1
, but for the checked option it is0
. Is there any reason for this?From what I can tell, it works as expected, but I'm not a user relying on accessibility features, so I'm not quite sure. The Firefox dev tools Accessibility tab complains about it with an error: radiobutton: Interactive element must be focusable.
Beta Was this translation helpful? Give feedback.
All reactions