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
I'm curious whether the tabindex="0" is deliberate on the breakView elements, or if it's possibly mistaken and meant to be set to -1. Setting the tabindex to 0 makes the element tabbable, which seems odd because it's not interactive at all. Setting -1 there would allow skipping right over. Just thought I'd ask, in case I'm missing something.
The text was updated successfully, but these errors were encountered:
I'm curious whether the
tabindex="0"
is deliberate on the breakView elements, or if it's possibly mistaken and meant to be set to-1
. Setting the tabindex to0
makes the element tabbable, which seems odd because it's not interactive at all. Setting-1
there would allow skipping right over. Just thought I'd ask, in case I'm missing something.The text was updated successfully, but these errors were encountered: