- From: Tab Atkins Jr. <notifications@github.com>
- Date: Tue, 07 May 2019 14:15:31 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 May 2019 21:15:53 UTC
I think this should go with behavior 2, as that's the behavior you'd get if, instead of using `import`, you just ran `fetch("foo.css").then(r=>{const s = new CSSStyleSheet(); return s.replace(r.text);});`. It also causes the minimal changes to the normal mechanics of nested stylesheets, with each `@import` rule continuing to get its own unique stylesheet object. -- 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/759#issuecomment-490258126
Received on Tuesday, 7 May 2019 21:15:53 UTC