whatwg/html-build

Local build doesn't catch HTML parsing errors

Closed this issue · 0 comments

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.