Re: [WICG/webcomponents] DOM parts use outside of <template> seems unlikely (Issue #1035)

> Regarding the article's DCE idea, I'm not sure how more complex scenarios would work. How is conditional rendering and list rendering handled? How do we handle rendering to the Light DOM instead of the Shadow DOM?

@EisenbergEffect I'm not the article author (but a think of a similar ideas). CSS has conditionals  naturally built-in, through selectors. A selector matching or not matching is an `if`. As for lists, [here's one approach](https://corset.dev/properties/each/) (i think this is what you're asking about).

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

Message ID: <WICG/webcomponents/issues/1035/1960178757@github.com>

Received on Thursday, 22 February 2024 19:59:59 UTC