- From: Tomek Wytrębowicz <notifications@github.com>
- Date: Thu, 25 Oct 2018 06:12:23 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 October 2018 13:12:54 UTC
@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