Re: [whatwg/dom] Proposal: a DocumentFragment whose nodes do not get removed once inserted (#736)

FrameMuse left a comment (whatwg/dom#736)

> Imo, something like this is needed:
> 
> <div>
>   <#>
>     can mount nodes here, but also visible and apparent
>     in the DOM so it can be used later by frameworks for mounting purposes
> 
>     also transparent to CSS
>   </#>
> <div>

Another thing to consider is nested persisting fragment. `DocumentFragment`s are flatten when added into another `DocumentFragment`, which should not be the case for a persisting fragment since it should allow removal of an entire fragment, which may lay in another fragment, thus it must not be flatten.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/736#issuecomment-2704369706
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/736/2704369706@github.com>

Received on Thursday, 6 March 2025 16:40:03 UTC