Re: [whatwg/dom] replaceChildren contains a step that is incorrect when node is null (#901)

> The _node_ argument there is the result of step 1's "converting nodes into a node", which I'm pretty sure can never return null, right?

Yes I think you are right that it would always return a DocumentFragment. The document fragment would simply not contain any node.

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

Received on Saturday, 10 October 2020 23:12:28 UTC