- From: Cure53 <notifications@github.com>
- Date: Tue, 27 Oct 2020 12:15:12 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 October 2020 19:15:24 UTC
> 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