Skip to content

Added a label to the index table's "actions" columns #2843

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pangolingo
Copy link

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

@pangolingo
Copy link
Author

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.
@pangolingopangolingo force-pushed the di-accessibility-fix-1 branch from 3f94f4b to 3e6c6a6 Compare May 2, 2025 21:21
@pangolingopangolingo mentioned this pull request May 2, 2025
4 tasks
Sign up for free to join this conversation on . Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
@pangolingo