mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
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:
parent
0b715b20a2
commit
5b2a71a712
Notes:
github-actions[bot]
2025-10-23 10:08:05 +00:00
Author: https://github.com/mikiubo
Commit: 5b2a71a712
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6157
Reviewed-by: https://github.com/AtkinsSJ ✅
7 changed files with 267 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue