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

Support aria-atomic #1

Open
AriPerkkio opened this issue Apr 2, 2021 · 0 comments
Open

Support aria-atomic #1

AriPerkkio opened this issue Apr 2, 2021 · 0 comments

Comments

@AriPerkkio
Copy link
Owner

When a node changes, the AT should look at the current element and then traverse the ancestors to find the first element with aria:atomic set.

  1. If none of the ancestors have explicitly set atomic, this is the default (aria:atomic="false") case, and the AT only needs to present the changed node to the user.
  2. If aria:atomic is explicitly set to false, then the AT can stop searching up the ancestor chain, and should present only the changed node to the user.
  3. If aria:atomic is explicitly set to true, then the AT should present the entire subtree that aria:atomic="true" was set on.
@AriPerkkio AriPerkkio transferred this issue from AriPerkkio/extend-to-be-announced Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant