- From: Andrea Giammarchi <notifications@github.com>
- Date: Thu, 24 Apr 2025 06:23:47 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 April 2025 13:23:51 UTC
WebReflection left a comment (whatwg/dom#736) > I don't like that childOfFragment.parentNode is giving the parent of the fragment that's what happens with fragments though ... its content `parentNode` is the fragment until the fragment gets appended, then it's the place where it's been appended ... to me that's better than needing to check two levels up to know if the child is live or not and, from a fragment that is literally non-existent on the DOM, everything works wonderfully together. Then again, I am waiting for @rniwa or whoever else to work on, or present, a PoC that satisfies the requirements and I would not complain if that's an attribute, a `<nodegroup>` new kind of thing, or a fragment as proposed and as it will be, inevitably, polyfilled. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/736#issuecomment-2827622465 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/736/2827622465@github.com>
Received on Thursday, 24 April 2025 13:23:51 UTC