You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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><summarytitle="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.
The text was updated successfully, but these errors were encountered:
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 becontents
...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.
The text was updated successfully, but these errors were encountered: