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
a11y: implement WAI-ARIA Tabs pattern on tab navigation (#65)
Closes#28 — WAI-ARIA Tabs pattern implementation by @Kunall7890.
- role=tablist + aria-label on nav
- role=tab with aria-selected, aria-controls, roving tabIndex on buttons
- role=tabpanel with aria-labelledby, aria-live=polite on main
- ArrowRight/Left/Home/End keyboard navigation per WAI-ARIA spec
- aria-label on badge counts for screen readers
Co-authored-by: Kunal jaiswal <kunalljaiswal2005@gmail.com>
0 commit comments