Re: [w3c/webcomponents] Provide a lightweight mechanism to add styles to a custom element (#468)

> complex selectors starting with :host, :host(), or :host-context() such as :host > div

To be clear, such complex selectors don't match the host's child in any case in case of *fake-shadow-root*. That should match the shadow root's child, if users attaches a *real* shadow root in the future for the custom element.

-- 
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/468#issuecomment-398647893

Received on Wednesday, 20 June 2018 07:12:11 UTC