- From: Takayoshi Kochi <notifications@github.com>
- Date: Fri, 15 Apr 2016 00:58:20 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 15 April 2016 07:58:48 UTC
In 3.2.2, ```css ::slotted( <compound-selector>? ) ``` > If the `<compound-selector>` is omitted, it defaults to the universal selector. We haven't discussed this in this issue before, and when I implemented in Blink I made the `<compound-selector>` mandatory, not be omitted. As `:host` has 2 forms (`:host` and `:host()`) and the latter the parameter is not omissible, the difference may be confusing. @tabatkins, can this `<compound-selector>` be mandatory parameter and author must specify `*` explicitly if it wants? --- 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/331#issuecomment-210345005
Received on Friday, 15 April 2016 07:58:48 UTC