-
Notifications
You must be signed in to change notification settings - Fork 795
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
"group-labelledby" check to use the composed tree #426
Comments
What if the same input name is referenced across the shadow boundary? Should we flag it since you can't use the same label idRef like we do in the other tests? Not sure how common that would be, but I was wondering what uses cases to test for. |
Do you mean that the labelledby points to different elements, but that those elements have the same accessible text? I guess that makes sense. Have a look at what happens when input elements with the same name exist in different shadow trees. Does the browser still consider them part of the same group? I'd suggest that only if it does, should we look to match names instead of just element references. WDYT? |
The
|
Closed with #458. |
…/webdriverjs (dequelabs#426) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
"group-labelledby" check to use the composed tree
The text was updated successfully, but these errors were encountered: