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

> out of curiosity ... is
> 
> ```
> <!--#shadowroot
>   <script>alert('all good');</script>
>   <thing>defined</thing>
> -->
> ```
> 
> a terrible idea?

What would happen in this situation then? :D

 ```
 <!--#shadowroot
   <script>alert('-->oh dear');</script>
   <thing>defined</thing>
 -->


-- 
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-717476454

Received on Tuesday, 27 October 2020 19:15:24 UTC