James Craig
James Craig
Add subtest count in test utils convenience methods to help avoid typos and other unexpected changes
@jugglinmike already has a [PR started](https://github.com/web-platform-tests/wpt/pull/42769)... Adding this issue to cross-reference it and hold the interop investigation labels. (It's easy to forget about lone WPT PRs.)
Tests for pending removal of aria-hidden=false value - https://github.com/w3c/aria/pull/2090 We don't have `hidden` or `isIgnored` yet, but we can probably test this with `computedrole`
Found out tonight suboptions in datalists have some broken label representations. Tracking here as an edge case test after the general accname automated testing is complete. https://a11ysupport.io/tests/html/html/datalist.html https://twitter.com/pauljadam/status/1641450665020116993 Thanks @weboverhauls...
[Updating] Auto-generated issue title dropped the reference URL: https://w3c.github.io/core-aam/#roleMappingComputedRole #### Need tests for [Core-AAM #roleMappingComputedRole](https://w3c.github.io/core-aam/#roleMappingComputedRole) example 3 after at least one of the following spec issues are resolved: - [x]...
Write WPT label tests for ARIA/AccName "nameFrom: heading" ARIA: https://github.com/w3c/aria/pull/1860 AccName: https://github.com/w3c/accname/issues/182 Circular process: I needed to file this WPT issue in order to merge https://github.com/w3c/aria/pull/1860 but we can't write...
## Organize 2024 Investigation Test Writing Priority by Feature Usage… In addition to some of the new WebDriver or testability explorations, we should investigate future accessibility test writing priority by...
Tracker for the items from #69 that were blocked or punted from the Interop 2023 Accessibility Investigation. - [ ] #79 - [ ] #81 - [ ] #82 -...
From @rahimabdi in: https://github.com/web-platform-tests/wpt/pull/43196/files#r1398016611 >> What happens to the ``'s name if the `` is simultaneously named via another technique, e.g., aria-label/aria-labelledby/title? [Per section 8.1 of svg-aam](https://w3c.github.io/svg-aam/#mapping_additional_nd), it's unclear if...
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...
A colleague mentioned they'd put `data-expectedname` in the markup instead of `data-expectedlabel`, but `verifyLabelsbySelectors()` didn't give a clear error that the attr was actually missing. Presumably it just called `el.getAttribute('data-expectedlabel')`...