Re: [whatwg/dom] "Remove a node from a parent" reaction callback stuff needs to be conditional on the node being connected before the operation (#773)

Blame for this points to when this got added. It seems the fix here would be to create a boolean before this step that stores whether _parent_ is https://dom.spec.whatwg.org/#connected. And then modify this step and the subsequent step for queueing this specific callback to be conditional upon that boolean. I suspect we don't need new tests.

cc @domenic 

-- 
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/773#issuecomment-508803599

Received on Friday, 5 July 2019 16:03:53 UTC