campuspress/divi-accessibility

Don't allow up and down arrows to navigate tab lists.

josephfusco opened this issue · 1 comments

The LEFT and RIGHT arrow keys allow tab list navigation (i.e., Tab 1, Tab 2, Tab 3). However, an accessibility problem presents itself because users can also navigate to each tab list item using the UP and DOWN arrow keys (and this simultaneously scrolls the page up and down)

Fixed with e981181