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

WebReflection left a comment (whatwg/dom#736)

AFAIK there's not such thing and it would be useful only for SSR purposes where there is no DOM so I am not sure this is WHATWG responsibility but I am sure internally every engine has some sort of `toString()` internal representation for `innerHTML` and `outerHTML` getters purpose ... mine was just mimicking that possible hook into serialization, I don't think I need, or want, to directly control that as I don't have any useful use case for that neither but I wouldn't be against such mechanism, although it has little to do with *NodeGroup* proposal.

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

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

Received on Friday, 18 April 2025 15:08:13 UTC