SeparationOfConcerns

ThoughtStorms Wiki

Very interesting article about the paradox of trying to separate "semantic" information from style information with CSS

https://adamwathan.me/css-utility-classes-and-separation-of-concerns/

Sees it as a question of dependency direction : css that depends on html? Or vice versa?

For the project you're working on, what would be more valuable: restyleable HTML, or reusable CSS?

Also reminds me a lot of the ExpressionProblem.

No Backlinks