Re: [w3c/webcomponents] HTML Modules (#645)

I think @littledan suggestions are spot on! My first reaction to the proposal was very similar, and I was asking myself, how confusing that will be to teach developers that the `<scripts>` will behave different if it is inside one of those "html" documents that are supposed to be modules, e.g.:

```
<script>
const foo = 1;
</script>
```

As for the single script tag, that's another important thing, and should not be a big deal for authors.

-- 
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/645#issuecomment-433150926

Received on Thursday, 25 October 2018 18:08:29 UTC