Task: move the HTML-AAM-specific name computation tests to a new accname or name dir in /html-aam/
Task: move the HTML-AAM-specific name computation tests to a new dir in /html-aam/name/ and fill out remaining tests for html-specific accname rules.
I just started updating /accname/comp_tooltip.html in #76 and I'm realizing there needs to be much more exhaustive tests from the HTML-AAM Accessible Name by Element section. I'd like to check in #76 soon to get this errata (invalid tests) out of the WPT CI environments , but we need many more tests from this other section.
FYI @scottaohara in case you have free cycles
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?
Considering closing this housekeeping issue... Spec authors can move tests as needed... @scottaohara @rahimabdi do you care to keep this open?
i don't mind closing it. agreed, we can move the tests when/as needed.
+1, please feel free to close @cookiecrook.