Re: [whatwg/dom] Introduce `moveBefore()` state-preserving atomic move API (PR #1307)

@domfarolino commented on this pull request.



> @@ -4118,6 +4264,7 @@ interface Node : EventTarget {
   [CEReactions] Node appendChild(Node node);
   [CEReactions] Node replaceChild(Node node, Node child);
   [CEReactions] Node removeChild(Node child);
+  [CEReactions] Node moveBefore(Node node, Node? child);

Done in https://github.com/whatwg/dom/pull/1307/commits/3f3e94c5beda922962dacaeb606087f57bd7f7be! Besides the exposure of the method, the semantics of that commit are not observable, right?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1307#discussion_r1882437058
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1307/review/2500104193@github.com>

Received on Thursday, 12 December 2024 16:03:08 UTC