- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 05 Apr 2016 09:04:21 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 5 April 2016 16:04:51 UTC
Sorry, I noticed I never replied to this: > Would :potentially-custom only match custom element candidates that don't have a definition? That could potentially be useful for styling lazily-defined elements to speed up first paint. If it always matches custom elements, I'm less optimistic of its utility. Yes, it would, but you could do `:potentially-custom:not(:defined)` to get the effect you're going for. --- 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/426#issuecomment-205872110
Received on Tuesday, 5 April 2016 16:04:51 UTC