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

Screen reader does not output message more than once #10

Closed
thinkian opened this issue Aug 21, 2017 · 1 comment
Closed

Screen reader does not output message more than once #10

thinkian opened this issue Aug 21, 2017 · 1 comment

Comments

@thinkian
Copy link
Contributor

With the current implementation, NVDA (with Firefox) does not read the example announcement more than one time. This is due to to the fact that the screen reader does not detect any changes to the DOM or ARIA live regions.

One possible solution would be to add the aria-atomic=true attribute to the component. This would notify assistive technologies that the live region has been updated and it should read the announcement in full.

@pezfish
Copy link
Contributor

pezfish commented Oct 1, 2017

Fixed in #11

@pezfish pezfish closed this as completed Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants