Re: [webcomponents] Define the behavior of '::slotted' (the former name is '::content'). (#331)

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