Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Fix to shadow selector drilling #224

Closed bob2517 closed 2 years ago

bob2517 commented 2 years ago

When I refactored the selector handlings recently, being able to drill into shadow DOMs in order to set off events from outside busted.

This is now fixed on the branch.

eg.

#myShadowHost -> shadow -> div {
  render-after-begin: "cheese";
}