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

One of the things to be noted about using imported stylesheets is `document.adoptedStyleSheets` and `shadowRoot.adoptedStyleSheets` (previously `moreStyleSheets`) can only accept `CSSStyleSheets` that belong to the same document tree, and in constructed stylesheets, the url of the stylesheet is the url of the document it is constructed on.

So my question is, what should be the document and url of an imported stylesheet?

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

Received on Thursday, 20 September 2018 09:46:24 UTC