- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 26 Feb 2016 00:41:11 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 26 February 2016 08:41:40 UTC
Does a distributed node get all rules from each slot that it went through applied? Let's say an element X is assigned to a slot A, and the slot A is assigned to another slot B. So the X's *final* slot is B. Now, let's say both A's shadow DOM and B's shadow DOM have `::slotted` rules that match X. Should the rule in A's shadow DOM be applied to X? Or would it be ignored and only the rule in B's shadow DOM is applied? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/331#issuecomment-189164208
Received on Friday, 26 February 2016 08:41:40 UTC