Re: [WICG/webcomponents] custom pseudo elements like ::before ::after, but using custom elements (Issue #983)

I would extend this proposal with Declarative Custom Element loaded via URL
```css
.foo::custom-element-pseudo(url('path-to-dce')) { 
  /* custom element is anonymous , i.e. does not have associated dedicated tag but its loading location  
     works as identifier. I.e. any tag would match when DCE is originated from URL
  */ 
  /* ... see original proposl ^^ */
}
```



-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/983#issuecomment-1509954987
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/983/1509954987@github.com>

Received on Saturday, 15 April 2023 20:26:09 UTC