|
|
|
|
|
by thyristan
227 days ago
|
|
> - tabindex=0 doesn’t affect ordering, does it? Of course it does. tabindex=0 doesn't sort naturally into the automatic tabindex order, it sorts AFTER everything. So you are jumping through all the other tabindex elements, then you are jumping back to all tabindex=0. |
|
It's generally advised not to set tabindex to anything but 0 or -1 and let the document order dictate tab order.