[webcomponents] Scripts in HTML Imports should be scoped to the import (treat imports as script modules) (bugzilla: 27836) (#157)

Title: Scripts in HTML Imports should be scoped to the import (treat imports as script modules) (bugzilla: 27836)

Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27836

----
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27836#c0
*Ian 'Hixie' Hickson* wrote on 2015-01-15 00:34:48 +0000.

Right now, two HTML imports will stomp on each other if they happen to declare the same globals. Each import should IMHO be in its own module and should export what it wants to export.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/157

Received on Monday, 6 July 2015 07:37:22 UTC