Re: [whatwg/dom] Proposal: New method to reorder child nodes (#891)

> makes no mention of preserving state of iframes, input elements, etc. 

```js
let shadow = document.body.attachShadow({ mode: "closed" });
document.body.innerHTML = "<iframe name=iframe>";
iframe.document.bgColor = "slot assignment isn’t connection/disconnection";
shadow.innerHTML = "<slot>";
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/891#issuecomment-1258402026

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/891/1258402026@github.com>

Received on Monday, 26 September 2022 17:51:28 UTC