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

@trusktr , Would the use in a `content` in [::before](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) be alternative to your proposal?

```css
q::before {
  content: url(path-to-template);
  color: blue;
}
```
Here is a [template](https://github.com/WICG/webcomponents/issues/997) with or without DCE would be used as injected DOM. 

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

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

Received on Saturday, 15 April 2023 20:31:28 UTC