Added a label to the index table's "actions" columns#2843
Added a label to the index table's "actions" columns#2843pangolingo wants to merge 1 commit intomainfrom
Conversation
|
I'm marking this as a draft PR because I used an LLM to generate translations for the new column. These should be manually checked. |
The "actions" columns in the collection table did not have any text in the column header cells. This was fine visually because it's a common pattern to use the final cells for action buttons. But people using a screen readers may not have this visual context. By adding a title of "Actions" to the column, this title is now announced by screen readers when moving into that column.
3f94f4b to
3e6c6a6
Compare
|
Any idea on how we can check those translations? 😅 |
|
I will see if I can crowdsource the translations from my thoughtbot coworkers. We can probably get 70% of them. |
|
Running list of validated translations: ar/Arabic |
The "actions" columns in the collection table did not have any text in the column header cells. This was fine visually because it's a common pattern to use the final cells for action buttons. But people using a screen readers may not have this visual context. By adding a title of "Actions" to the column, this title is now announced by screen readers when moving into that column.
This addresses on of the accessibility issues listed in #794