Home

starfederation/datastar

Status:Indexed
Analyzed 3d ago3K+ starsTypeScript

The hypermedia framework.

Back to Pull Requests
#1107Closed
Moderate Review

Add namespace support to patchElements

by yurivishDec 13, 2025
View on GitHub

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