So, you build a data table with long rows, lots of columns, and horizontal scroll on the container. It works fine with a mouse and you ship it.
But! When a keyboard user Tabs into the table, its focus lands on a cell. Then they press the arrow keys to read across the row but nothing happens.
Pas convaincu par les exemples interactifs : dans le premier cas (la "card"), le scroll était impossible même avec le correctif appliqué. Dans le second cas (le "tableau"), le scroll était possible avec ou sans le correctif, y compris quand le focus était donné sur les liens.
Le sujet reste important à garder en tête quand on crée des éléments défilables !