Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

a11y: add aria-live="polite" to results table in folder content #5617

Open
Tracked by #4756
giuliaghisini opened this issue Jan 11, 2024 · 2 comments
Open
Tracked by #4756

a11y: add aria-live="polite" to results table in folder content #5617

giuliaghisini opened this issue Jan 11, 2024 · 2 comments
Labels

Comments

@giuliaghisini
Copy link
Contributor

The results of folder content, updates without any warning to the user.
Evaluate aria live polite on the updated results to improve accessibility.

@Hrittik20
Copy link
Contributor

Hello @giuliaghisini, will adding aria-live="polite" to Contents.jsx be sufficient or should I also add it to TabularView.jsx for the table?

@giuliaghisini
Copy link
Contributor Author

Hello @giuliaghisini, will adding aria-live="polite" to Contents.jsx be sufficient or should I also add it to TabularView.jsx for the table?

for this specific case it's sufficient to add it in Contents.jsx.
I don't know if TabularView.jsx will be used to display results from search and it's content changes applying some filters..
maybe it will be ok to add it too.

I ask you, if you could make also another pull-request for volto 17 for this fix. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants