mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Implement node.moveBefore() This implements the atomic move method for DOM nodes. This allows moving elements within the DOM without running the full remove and insertion steps, allowing more seamless behaviour such as CSS transitions continuing from where they are rather than restarting. Spec: https://dom.spec.whatwg.org/#dom-parentnode-movebefore Testing: Existing WPTs --------- Signed-off-by: Luke Warlow <lwarlow@igalia.com>