Hacker News new | ask | show | jobs
by sodimel 1770 days ago
Or "how we managed to re-use inline style for html elements AND add javascript overhead on top of it instead of letting the browser do it's stuff".

Bonus: MDN about inline css:

> Tip: An inline style loses many of the advantages of a style sheet (by mixing content with presentation). Use this method sparingly.

1 comments

in general don't disagree with this, but html as content is an outdated view. Markup IS presentation, content is the data in your CMS