Re: [w3c/webcomponents] How to handle non-type=”module” scripts in HTML Modules? (#798)

At first I thought removing the `type="module"` would be confusing but the more I thought about it, it's similar to how JavaScript modules are different from classic scripts. I don't think people find it confusing that, for example, a JavaScript module's top-level variables aren't globally accessible. So I think similarly, HTML modules can remove some of the legacy defaults such as this and #797, and possibly more.

-- 
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/798#issuecomment-467847304

Received on Wednesday, 27 February 2019 12:41:23 UTC