Is aria-roledescription prohibited where the computedRole is generic? #1469
Unanswered
aleventhal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
For now, in Chrome I decided that aria-roledescription is not allowed for a nameless region, because the role has become "generic". |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a role="region" has no name, the computed role should be "generic".
At least I believe this to be true, and I'm working to fix this in Chrome now.
However, aria-roledescription is prohibited on role=generic
So is the aria-roledescription prohibited on nameless role=region or not?
I guess it depends on whether the rules applied are for the computed role or the marked up role.
Beta Was this translation helpful? Give feedback.
All reactions