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

Sanity check: Should user agents return multiple pointers to the same object? #16

Open
joanmarie opened this issue Jul 25, 2018 · 1 comment
Assignees

Comments

@joanmarie
Copy link
Contributor

joanmarie commented Jul 25, 2018

The "ID Reference Error Processing" section states:

If the same element is specified multiple times in a single WAI-ARIA relation, user agents SHOULD return multiple pointers to the same object.

Why? As a screen-reader developer, I can see no benefit to having multiple targets in an accessible relation pointing to the same object. Anyone else think this is a good idea? If not, I propose we remove this statement.

@asurkov, @melanierichards, @cookiecrook, @aleventhal: Thoughts?

@joanmarie joanmarie self-assigned this Jul 25, 2018
@asurkov
Copy link

asurkov commented Jul 25, 2018

It doesn't make any sense for things like aria-controls or aria-owns. However it could make sense for aria-labelledby/aria-describedby if the author wants to reuse an element content to create accessible name. It feels artificial though.

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

2 participants