Closed
Description
WebKittens
Title of the spec
DOM: Node.prototype.moveBefore
URL to the spec
URL to the spec's repository
https://github.com/whatwg/dom
Issue Tracker URL
No response
Explainer URL
https://github.com/noamr/dom/blob/spm-explainer/moveBefore-explainer.md
TAG Design Review URL
Mozilla standards-positions issue URL
mozilla/standards-positions#1053
WebKit Bugzilla URL
No response
Radar URL
No response
Description
We're proposing a new DOM primitive, Node.prototype.moveBefore
, a drop-in replacement for Node.prototype.insertBefore
, that allows moving elements in a node tree without incurring state-resets. See details at the explainer and at whatwg/dom#1255. Would love to shape this together with WebKit + Mozilla.