- From: Sasha Firsov <notifications@github.com>
- Date: Sat, 15 Apr 2023 13:31:22 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 15 April 2023 20:31:28 UTC
@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