LibWeb: Implement XMLFragmentParser

Implement XMLFragmentParser based on the specification:
https://html.spec.whatwg.org/multipage/xhtml.html

Fixes one WPT in:
domparsing/insert_adjacent_html-xhtml.xhtml
This commit is contained in:
mikiubo 2025-09-11 00:27:13 +02:00 committed by Sam Atkins
parent 0b715b20a2
commit 5b2a71a712
Notes: github-actions[bot] 2025-10-23 10:08:05 +00:00
7 changed files with 267 additions and 2 deletions

View file

@ -1079,6 +1079,7 @@ set(SOURCES
XHR/XMLHttpRequestUpload.cpp
XLink/AttributeNames.cpp
XML/XMLDocumentBuilder.cpp
XML/XMLFragmentParser.cpp
XPath/XPath.cpp
XPath/XPathEvaluator.cpp
XPath/XPathExpression.cpp