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
Also, keyUp of "Space" and keyDown of "Enter" should activate them.
For radio groups, only the active radio button should receive focus on tab, subsequent tabs should jump over the rest. Once one is focused, arrow keys change the selection.
tabIndex="0"
should do the trick.Also,
keyUp
of "Space" andkeyDown
of "Enter" should activate them.For radio groups, only the active radio button should receive focus on tab, subsequent tabs should jump over the rest. Once one is focused, arrow keys change the selection.
Also, lots of aria stuff for these:
http://www.w3.org/TR/wai-aria-practices/#checkbox
http://www.w3.org/TR/wai-aria-practices/#radiobutton
The text was updated successfully, but these errors were encountered: