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 Sep 5, 2024. It is now read-only.
fix(nav-bar): update keyboard navigation to WAI-ARIA guidelines (#11494)
- stop blocking shift-tab from moving focus away from the nav-bar
- enable the use of the home and end keys
- wrap to the first/last tab when hitting the end
- properly manage nav item tabindex values
- skip over disabled tabs instead of leaving focus in a bad state
- remove click listener on destroy
- document keyboard behaviors
- fix bad linking syntax in API docs
- update to latest karma version
Fixes#10419. Relates to #11489.
0 commit comments