- From: Serhii Kulykov <notifications@github.com>
- Date: Fri, 18 Jan 2019 04:33:06 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 18 January 2019 12:33:28 UTC
@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