Re: [w3c/webcomponents] Support for pseudo elements with ::slotted() selectors (#655)

@hayatoito Do I understand correctly that this has been only implemented in Blink for `::before` and `::after`, but not for the `::placeholder`? 

The following CSS doesn't work in Chrome, Safari and Firefox:

```css
::slotted(input)::placeholder {
  color: red;
}
```

Live example: https://jsfiddle.net/webpadawan/v3ksqhcx/

-- 
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/655#issuecomment-455531398

Received on Friday, 18 January 2019 12:33:28 UTC