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

Accessible name: consider implementation of step 2A for host language elements #1266

Open
Jym77 opened this issue Nov 10, 2022 · 0 comments
Open

Comments

@Jym77
Copy link
Contributor

Jym77 commented Nov 10, 2022

Step 2A reads:

If the current node is hidden and is:

  • Not part of an aria-labelledby or aria-describedby traversal, where the node directly referenced by that relation was hidden.
  • Nor part of a native host language text alternative element (e.g. label in HTML) or attribute traversal, where the root of that traversal was hidden.
    Return the empty string.

The first bullet is implemented in Alfa. The second bullet is not.
It seems to not be implemented in UAs either, and is discussed in w3c/accname#148 and w3c/html-aam#370
We'll wait until the discussions resolve and implementations happen before following suit.

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