1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Userland/Libraries/LibWeb/XML
Ali Mohammad Pur 830f1dbbfe LibWeb/XML: Do not create text nodes for empty text chunks
This corresponds to the empty text node between foo and bar in
`<foo/><bar/>`, which is not supposed to become a text node in HTML.
2023-10-07 20:02:10 +02:00
..
XMLDocumentBuilder.cpp LibWeb/XML: Do not create text nodes for empty text chunks 2023-10-07 20:02:10 +02:00
XMLDocumentBuilder.h LibWeb: Detect when an XML document belongs in the SVG namespace 2023-06-09 01:12:48 +02:00