Re: [WICG/webcomponents] CSS Shadow Parts Selector ::part() does not work in combination with :disabled pseudo-class in Chrome (#918)

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