You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a defined keyboard navigation for aria role grid. The Tiles implemented in #316 are not useable this way: Navigation from list item to list item only works using the up/down arrow keys, where a keyboard user would expect to use left/right arrow keys.
In addition, the grid is announced as "1 collumn 6 rows" (example in the documentation) which does not match the visual representation. This might be the cause for the missleading keyboard navigation.
It might be better to use a real list <ul> for these lists and <li> for the list items as suggested by aria role list.
The text was updated successfully, but these errors were encountered:
There is a defined keyboard navigation for aria role
grid
. The Tiles implemented in #316 are not useable this way: Navigation from list item to list item only works using the up/down arrow keys, where a keyboard user would expect to use left/right arrow keys.In addition, the grid is announced as "1 collumn 6 rows" (example in the documentation) which does not match the visual representation. This might be the cause for the missleading keyboard navigation.
It might be better to use a real list
<ul>
for these lists and<li>
for the list items as suggested by aria role list.The text was updated successfully, but these errors were encountered: