Re: [whatwg/dom] Meta: a list of side effects that would be impacted by state-preserving move (Issue #1270)

Another one that came to my mind from https://github.com/whatwg/html/issues/10521, which is more a direct consequence of not reloading the iframes anymore: in [update the rendering](https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering) the list of documents that share the same container document are supposed to be in tree order.  Currently that order can't change during this task, with atomic moves, it could be changed anywhere during the task.

It seems that the current implementation in Chrome (weirdly) ignores the move even outside of the task: https://jsfiddle.net/vr7f958d/

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

Message ID: <whatwg/dom/issues/1270/2279502685@github.com>

Received on Saturday, 10 August 2024 05:51:56 UTC