tabindex on breakView elements
Opened this issue · 0 comments
RwwL commented
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.