- Issue created by @Nodles
Masonry layout libraries, such as the one currently in use, do not natively support proper keyboard navigation via the tabindex attribute. This lack of support creates accessibility challenges for users who rely on keyboard navigation to traverse page content.
A patch has been developed to manually manage tabindex values within the masonry grid. The patch accomplishes the following:
No visual UI changes, but improved keyboard navigability for users relying on assistive technologies.
Active
4.0
Code