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

sorvell left a comment (whatwg/dom#736)

The `NodeGroup` seems to partially participate in a DOM tree in a new way. I wonder if this breaks invariants assumed in the spec or leads to any unexpected behavior. Generally in DOM a node is a child of its parent. Correct me if I'm wrong, but...

* a `NodeGroup` is not a child of its parent
* the parent of a child of a `NodeGroup` is not the `NodeGroup` (or sometimes is?)
* a child of a `NodeGroup` is also a child of a `NodeGroups`'s parent

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

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

Received on Tuesday, 15 April 2025 12:58:19 UTC