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

"::slotted" is used to style a distributed node directly, having a more power.

e.g.
```css
slot::slotted(div.red) {
  color: red;
}
slot::slotted(div.green) {
  color: green;
}



---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/331#issuecomment-185093547

Received on Wednesday, 17 February 2016 08:33:09 UTC