When using tab key user navigates to the next image in column, rather than to the next image of initial order. For example, with layout:
tab order is: 1, 4, 7, 2, 5 ....
Possible solutions:
- Catch tab key via JS and set focus manually.
- Set
tabindex on each item.
This issue is more a discussion if this is a problem at all.
- Should we do something about it or this problem is irrelevant for most popular use-case - grid of photos?
- Are there any assistive technologies that work incorrectly because of this order?
When using tab key user navigates to the next image in column, rather than to the next image of initial order. For example, with layout:
tab order is:
1, 4, 7, 2, 5 ....Possible solutions:
tabindexon each item.This issue is more a discussion if this is a problem at all.