Re: [w3c/webcomponents] HTML Modules (#645)

@matthewp 
>  doesn't `:not(:defined)` help with that?

How?
 1. to set `*:not(:defined){display: none;}` - change FOUC to Flash Of No Content?
 2. `any-element:not(:defined){ /* entire stylesheet for my elments */}` - not use Shadow DOM at all (as [there is no declarative one](https://github.com/whatwg/dom/issues/510)) and load elements' styles separately from CE definition as blocking script? To me this break entire idea of having a module system for web component.

-- 
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/645#issuecomment-433044765

Received on Thursday, 25 October 2018 13:12:54 UTC