This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27836 - Scripts in HTML Imports should be scoped to the import (treat imports as script modules)
Summary: Scripts in HTML Imports should be scoped to the import (treat imports as scri...
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 25376
  Show dependency treegraph
 
Reported: 2015-01-15 00:34 UTC by Ian 'Hixie' Hickson
Modified: 2015-07-06 08:10 UTC (History)
3 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2015-01-15 00:34:48 UTC
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.
Comment 1 Hayato Ito 2015-07-06 08:10:55 UTC
Moved to https://github.com/w3c/webcomponents/issues/157