Shannon Booth
|
8642801889
|
LibWeb: Set fragment scripting mode from the context document
This corresponds with the editorial change to the HTML standard
introducing the parsing mode enum of:
https://github.com/whatwg/html/commit/01c45cede
And a follow up normative change of:
https://github.com/whatwg/html/commit/508706c80
Making fragment parsing derive its scripting mode from the context
document.
|
2026-04-14 23:01:36 +02:00 |
|
Aliaksandr Kalenik
|
9140348cbd
|
LibWeb: Remove unused Document.h includes from SerializeBitmap.h
...and XMLFragmentParser.h
Neither header uses anything from Document.h directly.
|
2026-02-08 18:51:13 +01:00 |
|
mikiubo
|
5b2a71a712
|
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
|
2025-10-23 11:06:39 +01:00 |
|