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

Notification read/unread state should be indicated to screen reader in notification drawer #5889

Closed
jessiehuff opened this issue Jun 7, 2021 · 2 comments · Fixed by #9569

Comments

@jessiehuff
Copy link
Contributor

Describe the issue. What is the expected and unexpected behavior?
When read/unread state changes in notification drawer, there should be an indication to screen readers what has changed. (Sighted users can see that the styling changes, but there is no indication to screen reader users.) We could likely provide a label or screen reader text to add this context.

Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
Test notification drawer with VO and notice that when notification is read, there is no new information given to screen readers.

Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
Bug

@nicolethoen
Copy link
Contributor

This will likely be fixed using something similar to this PR: #6664

Screen reader text should be fully configurable, but also have a default value set. It should also be wrapped using the .pf-u-screen-reader class so that it is only visible to screen readers.

This is a great opportunity to learn how to use a screen reader to test the update!

@tpakkal1
Copy link

I can be assigned this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
5 participants