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

FrameMuse left a comment (whatwg/dom#736)

> It seems this method would remove the option of overlapping groups like you can have with ranges, but that hardly seems like a useful feature. It would also mean that attempting to group nodes which are already part of a group would need to error or remove the nodes from the old group. My vote would be to throw an error, otherwise 3rd party libs or extensions might break groups used in rendering by attempting to group them themselves.

I think it **should** be possible for groups to contain groups, otherwise this wouldn't be so powerful for VanilaJS IMHO. If there are too many restrictions it becomes tedious to work with.

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

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

Received on Sunday, 30 March 2025 09:12:15 UTC