whatwg / html-build

Build scripts for https://github.com/whatwg/html
Other
62 stars 62 forks source link

Local build doesn't catch HTML parsing errors #290

Closed noamr closed 4 months ago

noamr commented 7 months ago

Often I get a "success!" in local build and then the PR build throws an error (usually about missing end tags for <li> or something similar) when parsing the HTML. This makes it so that I can't rely on the local build and have to do roundtrips with github to debug tiny HTML grammar errors... We should find a way to reflect these errors in local build.