Back to Pull RequestsView on GitHub
#1107Closed
Moderate Review
Add namespace support to patchElements
by yurivish•Dec 13, 2025
Summary
This pull request introduces namespace support to the `patchElements` function, enabling the correct handling of elements within SVG, MathML, and HTML namespaces. It modifies parsing and element creation to preserve namespaces, particularly for nodes with persistent ID descendants.
Changes
+32 additions-7 deletions
Impact Areas
DOM ManipulationRendering EngineSpecialized XML/SVG Support