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

Does summary allow nameFrom:contents? #515

Closed
cookiecrook opened this issue Nov 14, 2023 · 1 comment
Closed

Does summary allow nameFrom:contents? #515

cookiecrook opened this issue Nov 14, 2023 · 1 comment

Comments

@cookiecrook
Copy link
Collaborator

I'm correcting some test expectations in web-platform-tests/interop-accessibility#76 and wasn't sure about this one... Previously the expected label was title but I thought it should be contents...

<details>
  <summary title="title" data-expectedlabel="contents" data-testname="summary with tooltip label and contents" class="ex">contents</summary>
  details
</details>

HTML-AAM doesn't define a role, or a "nameFrom" default, and AccName limits contents by the role, so I'm not sure what the expected label should be.

@cookiecrook
Copy link
Collaborator Author

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