You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12.2. Run assign slotables for a tree with node’s root.
In the remove node algorithm, the root of the node at this point (12.2.) is always the node itself since it has already been detached from the tree (9.). It should run assign slotable for a tree on the node and not the node's root.
https://dom.spec.whatwg.org/commit-snapshots/28cdb47e557c814fcca60759f4cce43e9c0e9a47/#concept-node-remove
In the remove node algorithm, the root of the node at this point (12.2.) is always the node itself since it has already been detached from the tree (9.). It should run assign slotable for a tree on the node and not the node's root.
See: jsdom/jsdom#2347 (comment)
The text was updated successfully, but these errors were encountered: