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.
Pressing TAB moves you to the next menu item, Shift+TAB to the previous one.
Actual Result
It is necessary to press TAB or Shift+TABtwice for each menu item. The reason is that using href changes the menu item into <a>, so there are now two nested <a> taking focus one by one.