We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ aleventhal wrote:
I think there's an error in the comp_tooltip.html test:
<kbd title="Control + Option" data-expectedlabel="Control + Option" data-testname="kbd with tooltip label" class="ex">CTRL + OPT</kbd>
According to the kbd table in HTML, many platforms do not have an accessible object for the kbd element. See https://w3c.github.io/html-aam/#el-kbd If there's no accessible object, how can there be a name from the title attribute?
According to the kbd table in HTML, many platforms do not have an accessible object for the kbd element. See https://w3c.github.io/html-aam/#el-kbd
If there's no accessible object, how can there be a name from the title attribute?
Originally posted by @aleventhal in #78 (comment)
The text was updated successfully, but these errors were encountered:
Can either move test to a respective .tentative file or comment el-kbd -> link with a link to this issue.
.tentative
el-kbd -> link
Sorry, something went wrong.
See also w3c/html-aam#552, where it's discussed whether moving the title to the description automatically for name-prohibited roles makes sense.
No branches or pull requests
@ aleventhal wrote:
Originally posted by @aleventhal in #78 (comment)
The text was updated successfully, but these errors were encountered: