- From: Cory LaViska <notifications@github.com>
- Date: Mon, 05 Apr 2021 05:33:47 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 April 2021 12:34:00 UTC
This looks like a Chrome bug to me. [From the spec:](https://drafts.csswg.org/css-shadow-parts-1/#part) > The ::part() pseudo-element can also take additional pseudo-elements after it, such as x-button::part(label)::before, but never match additional ::part()s. I can confirm this works in Firefox and Safari. Fiddle for reference: https://jsfiddle.net/7Lpqw2um/ Looks like there's already an open issue on the Chromium bug tracker: https://bugs.chromium.org/p/chromium/issues/detail?id=953648 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/918#issuecomment-813370480
Received on Monday, 5 April 2021 12:34:00 UTC