Re: [whatwg/dom] Atomic move operation for element reparenting & reordering (Issue #1255)

I didn't see this explicitly stated so asking directly: is it intended that atomic moves can be observed via APIs like `MutationObserver` and custom element reactions `connected/disconnectedCallback`? It seems like this is required to ensure compat. 

And if so, does the atomic nature of the move need to be exposed somehow? Not sure if it does, but wanted to note that this would probably be easier to do in a `MutationRecord` than a custom element reaction, but both should be considered.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1255#issuecomment-2069912980
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1255/2069912980@github.com>

Received on Monday, 22 April 2024 15:33:29 UTC