web-platform-tests/interop-accessibility

Write test for accname edge case: datalist sub options

cookiecrook opened this issue · 4 comments

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 for the heads-up.

Probably blocked by web-platform-tests/wpt#39617 for the same reason optgroup is.

If anyone wants to work on this good first issue, I think the test could go in either:

@zcorpan reminded us in the meeting this may be tricky since the datalist is not rendered, the label test may not be able to get at the rendered element directly... if not, a tree dump or other test may be required.