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

> Is this always true? Didn't @bzbarsky just say that Firefox doesn't do this?

FWIW, what Boris said is that Firefox will do a single load + parse, but it will expose two separate CSSStyleSheet objects, and if you mutate one we'll copy-on-write. So nothing that should be observable to auhtors.

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

Received on Sunday, 12 May 2019 19:37:32 UTC