mirror of
https://github.com/discourse/discourse.git
synced 2025-03-07 10:55:43 +08:00

* A11Y: Switch tabs using the keyboard According to the WAI-ARIA Authoring Practices, tabs should be navigable using the left/right arrow keys. Additionally, the screen reader couldn't correctly announce that a tab was selected when clicking the tab icon. To fix this, we made the SVG icon non-clickable and set the "aria-hidden" attribute to true. * Handle navigation events using appEvents