html5lib / html5lib-tests

Testsuite data for html5lib, including the de-facto standard HTML parsing tests.
MIT License
188 stars 58 forks source link

Test <div><table><svg><foreignObject><select><table><s> #163

Closed annevk closed 1 year ago

annevk commented 1 year ago

Closes #137.

annevk commented 1 year ago

Analysis at https://github.com/html5lib/html5lib-tests/issues/137#issuecomment-1497781792.

flavorjones commented 1 year ago

This test does not specify the appropriate number of errors, and is failing downstream. I'll send a PR shortly.

annevk commented 1 year ago

Yeah sorry, browsers don't care about errors so it's hard to get those right. Happy to consider changes to the process to make that better for everyone.

flavorjones commented 1 year ago

@annevk It seems likely that #154 and the other "downstream" github actions PRs would help with those feedback loops, and help understand whether parser implementations differ on the errors generated.