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

Rename references to "inline" to "embedded" #180

Closed bob2517 closed 3 years ago

bob2517 commented 3 years ago

Even though I knew the difference between an inline style and an embedded tag, for some bizarre reason I've mixed up the words "inline" with "embedded" when it comes to referring to embedded ACSS tags. For the sake of consistency with everyone else on the planet, I need to sort this out so people don't get confused. This point suddenly dawned on me recently whilst learning the score system used to calculate the CSS specificity rules. A bit late to learn that after 20 years of working with CSS, but that's self-taught programming for you. You learn enough to get working and sometimes miss the finer points.

This needs a global fix everywhere where I've mentioned inline. It means also that the inline:loaded event will need to be renamed to embed:loaded or something like that. For that I'll leave the old syntax in there just as a courtesy and make a sidenote for it in the docs.

bob2517 commented 3 years ago

Replacement for inlineTag:loaded will be embedded:loaded. Just a find and replace fix needed for this if anyone uses it. Better to get the nomenclature correct now rather than leave it weird.

bob2517 commented 3 years ago

Done offline and will go live with 2.8.0.

bob2517 commented 3 years ago

embedded:loaded now on 2.8.0 branch and replaces inlineTag:loaded as the init event for embedded config.

bob2517 commented 3 years ago

Going live with 2.8.0 today hopefully - so closing this for the milestone.