desandro / colcade

Lightweight masonry layout
488 stars 21 forks source link

Implications of incorrect tab order #15

Open markfinst opened 5 years ago

markfinst commented 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 ....

Possible solutions:


This issue is more a discussion if this is a problem at all.

desandro commented 5 years ago

Breaking horizontal order is sort of the point of Masonry-like plugins.

Masonry has a horizontalOrder option that tries to address this concern.