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
Disable tabs should not be activatable using a keyboard, and the state should be aria-disabled="true". Or they could be set to tabindex="-1", taking them out of the tab order.
Disable tabs should not be activatable using a keyboard, and the state should be
aria-disabled="true"
. Or they could be set totabindex="-1"
, taking them out of the tab order.Other potentially helpful resources:
The text was updated successfully, but these errors were encountered: