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
Use the tab key to navigate to the tabs on the screen
Observe that they have no visible focus state
What is Expected?
Like, other controls, tabs should have a visible focus state to indicate they're currently focussed. For example, buttons have a green ring:
What is actually happening?
There's no visible indication when the a tab has focus. This is an accessibility issue and apps using this component would fail WCAG 2.4.7 (Focus Visible)
The text was updated successfully, but these errors were encountered:
Version
@nuxt/ui: 2.8.1
Reproduction Link
https://ui.nuxt.com/navigation/tabs
Steps to reproduce
What is Expected?
Like, other controls, tabs should have a visible focus state to indicate they're currently focussed. For example, buttons have a green ring:
What is actually happening?
There's no visible indication when the a tab has focus. This is an accessibility issue and apps using this component would fail WCAG 2.4.7 (Focus Visible)
The text was updated successfully, but these errors were encountered: