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

@rniwa I've no idea what is this `NodeTemplatePart` and I cannot find anything online, however, if you would read at least the [test](https://github.com/WebReflection/document-persistent-fragment/blob/master/test.js#L26) you'll see this proposal is literally nothing new, it's fully based on current standard, backward compatible, and polyfillable.

It's a document-fragment at all effects, it's indeed inheriting the same constructor, but it works transparently and only if the owner/creator keeps a reference around.

If this is exactly what this `NodeTemplatePart` does, can you please point me at it's specification or API?

Thanks.


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

Received on Tuesday, 12 March 2019 06:37:45 UTC