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

ARIA live regions not read out by screen readers #33

Open
64json opened this issue Jun 23, 2020 · 1 comment
Open

ARIA live regions not read out by screen readers #33

64json opened this issue Jun 23, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@64json
Copy link
Collaborator

64json commented Jun 23, 2020

Per https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions,

Dynamically adding an element with an aria-live attribute or specialized role to the document also won't result in any announcement by assistive technologies (as, at that point, the browser/assistive technologies are not aware of the live region yet, so cannot monitor it for changes).

Now that we dynamically load the audification component, screen readers do not read out the live region.

EDIT: it still works fine on VoiceOver + Safari/Chrome. It needs to be tested on other combinations.

@64json 64json self-assigned this Jun 23, 2020
@64json
Copy link
Collaborator Author

64json commented Jun 23, 2020

Experimental branch with an initially-loaded and globally-shared live region: singleton-live-region

@64json 64json added the bug Something isn't working label Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant