WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Keyboard navigation within list items.

for

From: glen walker
Date: Apr 15, 2023 6:48PM


Is there much difference between what you're doing and a data grid?

https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/

While yours is a list, could it be thought of as a table? Are the elements
in your list aligned in columns? Using the arrow keys to navigate across a
row in a grid is a common behavior, although the arrow keys navigate to
every cell and not just interactive elements. It sounds like you only want
to navigate to interactive elements in your list row.