Simon Pieters
Simon Pieters
@gsnedders oh, right, I had forgotten about that! It seems like there isn't objection. Are you still planning to work on this?
A tweak we can make is to depend on `html5lib-tests` instead of `html5lib-python` from `wpt`, which would remove the second step. (I think this was @jgraham 's idea, but don't...
Having the sources files in the same format in wpt and parsing them with JS when running sounds ideal actually. Can that parser be migrated to wpt?
Yes. See https://github.com/html5lib/html5lib-tests/issues/127#issuecomment-1490501826 and later comments.
Not yet but it's on my list.
What should the a11y mapping be for the poster `img`?
From our last meeting I think we can omit "tentative" prefixes in the API names and instead assert that the methods are only used in tentative tests. I've implemented that...
I get a TIMEOUT on the first subtest. It's not clear to me why...
What timeout did you use? It might be a source of interop issues if browsers have different timeouts. I first thought it could maybe be the same as the "double...
Related: https://github.com/whatwg/html/issues/8007