-
Notifications
You must be signed in to change notification settings - Fork 6
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
AccName: tests/todos in accname/name/comp_labelledby #35
Comments
@cookiecrook Please assign to me. Thank you! |
Sent admin request to add you to the right lists. |
First question for the ARIA/AccName group... All three implementations fail this test, but they all fail it the same way, which usually makes me doubt my test expectation: <nav aria-labelledby="r1" class="ex" data-expectedlabel="inception cubed" data-testname="nav with straight recursion">
<h2 id="r1" aria-labelledby="r2">1st FAIL IF INCLUDED</h2>
<span id="r2" aria-labelledby="r3">2nd FAIL IF INCLUDED</span>
</nav>
<span id="r3" aria-label="inception cubed">3rd FAIL IF INCLUDED</span> Gecko, WebKit, Chromium all agree on the
While I hope no one will write code like that in production, I believe I am reading the |
Confirmed there's an ambiguity and filed issue #209 against AccName... will comment or remove that test in the meantime. |
AccName: Remaining tests/todos in accname/name/comp_labelledby.html
https://w3c.github.io/accname/#comp_labelledby
Some follow-on work is blocked by w3c/accname#209
so additional tests will come in #68
The text was updated successfully, but these errors were encountered: