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
The error gets flagged, because the first button does not have a tabindex="0". The tabindex="0" is not needed here because a button is implicit and tab-able.
hey @jessebeach, doesn't this violation happens on all composite elements? If so, couldn't we add another condition to the filter on tabbable list to include all widgets that are not composite? Conversely, we could even add a rule for checking if composite widgets are tabbable themselves or have one descendant which is tabbable? Or even include this check into this rule? Does it make sense?
I get the following error - "Elements with the 'tablist' interactive role must be focusable".
The error gets flagged, because the first button does not have a
tabindex="0"
. The tabindex="0" is not needed here because a button is implicit and tab-able.See https://www.w3.org/TR/wai-aria-practices-1.1/examples/tabs/tabs-1/tabs.html
The text was updated successfully, but these errors were encountered: