Skip to content

Align parser scope classification with HTML spec #2501

Description

@jhy

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:

Metadata

Metadata

Assignees

Labels

bugA confirmed bug, that we should fixfixedAn {bug|improvement} that has been {fixed|implemented}

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions