Re: [whatwg/dom] Declarative Shadow DOM (#831)

> w.r.t. the encapsulation issue: If it's considered ok for the template to be removed automatically, why not prevent the template element from being appended at all if it has a `shadowroot` attribute?

Maybe. It does pose an interesting challenge / question about what happens to custom elements in those nodes but since template element's content are inert (e.g. custom element in it won't get upgraded), this is probably not observable.

-- 
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/831#issuecomment-607512943

Received on Wednesday, 1 April 2020 22:05:36 UTC