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

WebReflection left a comment (whatwg/dom#736)

@robbiespeed about this:

> Fragments children would be replaced once loaded

does this happens only at the rendering level or would that `<fragment>` disappear from the tree? in the latter case, *hydration* is broken, in the former one, all good if that works in practice and all use cases are covered 👍

at the polyfill level, a good orchestration of *MutationObserver* to track fragments parents (target) around should do ... but I'd like to be sure everyone is OK with this way of shipping *fragments* (@rniwa and/or others) so that it won't be a waste of (personal, unfortunately almost non-existent) time.

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

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

Received on Monday, 5 May 2025 08:01:35 UTC