web-platform-tests / interop-accessibility

Accessibility Testing for WPT
https://wpt.fyi/results/?q=label%3Aaccessibility
38 stars 5 forks source link

Write test for accname edge case: datalist sub options #23

Open cookiecrook opened 1 year ago

cookiecrook commented 1 year ago

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.

cookiecrook commented 1 year ago

https://webkit.org/b/254967

cookiecrook commented 1 year ago

Probably blocked by https://github.com/web-platform-tests/wpt/issues/39617 for the same reason optgroup is.

cookiecrook commented 11 months ago

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

cookiecrook commented 6 months ago

@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.