Re: [whatwg/dom] Proposal: a DocumentFragment whose nodes do not get removed once inserted (#736)

AlbertMarashi left a comment (whatwg/dom#736)

Imo, something like this is needed:
```html
<div>
  <#>
    can mount nodes here, but also visible and apparent
    in the DOM so it can be used later by frameworks for mounting purposes

    also transparent to CSS
  </#>
<div>
```

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

Message ID: <whatwg/dom/issues/736/2682469239@github.com>

Received on Tuesday, 25 February 2025 15:58:23 UTC