Re: [w3c/webcomponents] HTML Modules as a leaf node in the module graph or not? (#805)

Can you expand upon the idea? Are you saying that an HTML module of:

```html
<template> content </template>

<script type="module">
  // stuff here
</script>
```

That the script would not run? What would be the reason for having this restriction?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/805#issuecomment-479695250

Received on Wednesday, 3 April 2019 23:34:01 UTC