I saw that jsoup's HTML tree-builder classification lists are missing a few entries from the current WHATWG HTML parsing spec: select is not included as an ordinary in-scope boundary, template is not included as a table-scope boundary, and SVG foreignObject is not treated as a special element (because the special element check compares the normalized name (foreignobject) with the case-preserved integration-point name (foreignObject))
Spec references:
I saw that jsoup's HTML tree-builder classification lists are missing a few entries from the current WHATWG HTML parsing spec:
selectis not included as an ordinary in-scope boundary,templateis not included as a table-scope boundary, and SVGforeignObjectis not treated as a special element (because the special element check compares the normalized name (foreignobject) with the case-preserved integration-point name (foreignObject))Spec references: