- From: Matthew Phillips <notifications@github.com>
- Date: Fri, 10 Nov 2023 12:31:27 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 November 2023 20:31:33 UTC
@bahrus I have written a library that does my CSS idea [here](https://corset.dev/) and the hard parts are 1) knowing when a selector changes and 2) the algorithm that determines which rule should apply at a given moment in time. Things like loops etc are easy; you get those for free from CSS, since all selectors are "each" in CSS already. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1035#issuecomment-1806393525 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1035/1806393525@github.com>
Received on Friday, 10 November 2023 20:31:33 UTC