Re: [whatwg/dom] Methods on ChildNode and ParentNode that take `(Node or DOMString)... nodes` should not use an intermediate DocumentFragment (Issue #1313)

Oh, and one other edge case is whether these methods accept `DocumentType` nodes when changing the children of a `Document`.  (This is because `DocumentType` nodes are [not allowed](https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity) as a child of a `DocumentFragment`.)

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

Message ID: <whatwg/dom/issues/1313/2394183909@github.com>

Received on Friday, 4 October 2024 17:17:07 UTC