Tab Component: Improve Accessibility #446
Labels
a11y
Accessibility
enhancement
Improvements to existing features and functionality
good first issue
Good for newcomers
Description
Currently the tabs of the Tab Component can't reached by keyboard tabs by default.
This can be solved by adding
tabindex="0"
to the TabsItem Component.Furthermore, the TabItem could also additionally get
role="button"
to get the HTML element appear as a button to screen readers.Why Oruga need this feature
Improve Accessibility
The text was updated successfully, but these errors were encountered: