"Remove a node from a parent" reaction callback stuff needs to be conditional on the node being connected before the operation #773
Labels
good first issue
Ideal for someone new to a WHATWG standard or software project
https://dom.spec.whatwg.org/#concept-node-remove step 14 says:
This is wrong, it should be conditional on the parent node being connected before the removal (or something of that sort spec-wise), otherwise you get too many callbacks when removing a node from a disconnected parent.
See servo/servo#23716.
The text was updated successfully, but these errors were encountered: