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

Inline JS inside $STRING is probably getting variable substituted incorrectly #66

Closed bob2517 closed 3 years ago

bob2517 commented 3 years ago

I've not tested this, but it doesn't look like inline JS contained in a $STRING would get parsed correctly. Inline Active CSS if not handled gets variable substituted which is incorrect for raw config. Inline JS goes through exactly the same string parsing, so that is probably erroring.

This probably fix for this will be sorted out as part of the full inline Active CSS sort-out currently in progress and will be put on the 2.4.0 branch soon.

bob2517 commented 3 years ago

This just needs testing and it can be closed.

bob2517 commented 3 years ago

This looks good - closing.