I've been trying to update Gumbo to pass the latest version of the html5lib testsuite and run into a spec issue with tests_19_22. The testcase is "abd". According to the WhatWG version, there's no special parsing instructions for , so it should fall under the "any other start tag" clause, which inserts the as a child of the
However, looking at the commit history for the test, it seems like this test was added in response to a spec change on the W3C version of the spec. Which version of the spec does html5lib (and other parsers) follow? I'd been led to believe (by an albeit biased source) that the WhatWG version was more current, but it seems like Blink and html5lib are both following the W3C?