Open markfinst opened 5 years ago
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:
1 2 3 4 5 6 7 8 9
tab order is: 1, 4, 7, 2, 5 ....
1, 4, 7, 2, 5 ...
Possible solutions:
tabindex
This issue is more a discussion if this is a problem at all.
Breaking horizontal order is sort of the point of Masonry-like plugins.
Masonry has a horizontalOrder option that tries to address this concern.
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:
tabindex
on each item.This issue is more a discussion if this is a problem at all.