Hacker News new | ask | show | jobs
by _aavaa_ 851 days ago
I personally believe it was incompetence. CSS was not the first or only markup language in existence and yet here we are years later...
1 comments

I was not aware that CSS was a markup language
How would you classify the language that most web pages use for specifying where to put the text and images (e.g. attempt to center it)?
If it was a markup language, it would be much easier to use. Instead, it's a rules based system that works upon a markup language (and I'm not trying to be pedantic, it would be easier if it was part of the markup, but also require much more work to change the look of content by needing to change the markup - which might be generated dynamically and difficult to change without lots of programming effort).