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

Bugs with set-attribute/set-property to do with spaces and double quotes #218

Closed bob2517 closed 2 years ago

bob2517 commented 2 years ago

There is a scenario with these commands, which gives unpredictable results when adding strings containing spaces and double quotes.

This has been fixed in the 2.10.0 branch.

bob2517 commented 2 years ago

Just found another error in this area. When rendering an attribute containing double quotes, these are being escaped with \. Working on this fix now.

bob2517 commented 2 years ago

Tentatively fixed offline - needs more testing before commit.

bob2517 commented 2 years ago

Happy with this - now on 2.10.0 branch.