Re: [w3c/webcomponents] CSS Modules (#759)

@matthewp There's one version of `A`, sure.  But note that the proposal is to just return a `CSSStyleSheet`, not apply anything.  So say the sheets for both `B` and `C` (as separate modules) are returned, then the one for `C` is inserted into a sheet list, so `C` should start applying.  Does that make `A` start applying?  Note that `B` is _not_ applying at this point.  If `B` later starts applying, what changes?  Does it depend on how `B` is ordered with respect to `C`?

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

Received on Wednesday, 8 May 2019 16:01:37 UTC