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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
The list itself needs to have tabindex=0 by default
When the list is focused, its tabindex needs to be changed to -1, the tabindex of the currently navigable item needs to be set to 0. Consequently, that item needs to be focused.
When the list and listitems loose focus, tabindex of the items should be set to -1 and tabindex of the list should be set to 0.