- From: Andrea Giammarchi <notifications@github.com>
- Date: Mon, 05 May 2025 01:01:31 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 May 2025 08:01:35 UTC
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