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

I am a big fan of this proposal. Bikeshedding on details of the JS interaction:
- Do you want to change the semantics of inline `<script>` tags, or just prohibit non-module scripts (possibly less confusing to prohibit non-module scripts than to silently change the semantics)?
- Multiple inline `<script>` tags exporting in the same HTML module that export to the same module object might require ECMAScript plumbing; to avoid the requirement for these changes, it could be restricted to a single `<script>`.

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

Received on Thursday, 25 October 2018 12:47:41 UTC