- From: Valery Zinchenko <notifications@github.com>
- Date: Mon, 24 Mar 2025 10:02:38 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 24 March 2025 17:02:42 UTC
FrameMuse left a comment (whatwg/dom#736) @AlbertMarashi > I might push back on the idea that fragment nodes should not appear inside of `childNodes`, since things like comments appear in those. > If not, then there would need to be an API that allows us to traverse child nodes, including fragments (otherwise how else would we discover them) I don't see any problem here - I don't see how this should affect [TreeWalker](https://developer.mozilla.org/en-US/docs/Web/API/TreeWalker), which can be normally used to iterate through nodes including `NodeGroup`. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/736#issuecomment-2748820547 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/736/2748820547@github.com>
Received on Monday, 24 March 2025 17:02:42 UTC