- From: Joseph Orbegoso Pea <notifications@github.com>
- Date: Sun, 01 May 2016 11:54:12 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Sunday, 1 May 2016 18:54:41 UTC
@domenic So the `*` selector in ```js customElements.define("my-button", MyButton, { styles: ` * { display: inline-block; } *[disabled] { color: gray; } `); ``` only selects the custom element that the style is defined on? --- 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-216063972
Received on Sunday, 1 May 2016 18:54:41 UTC