My guide to ✨Container Queries ✨ has been updated to the syntax released in Chromium 105 and Safari 16. Learn what problem is being solved, how container queries work, and see how they compare with and complement existing CSS features for layout. smashingmagazine.com/2021/05…
2
46
4
188
Who was that idiot, claiming HTML and CSS, is not a programming language? It's way more complicated, compared to, the SQL I normally do.
2
2
Replying to @TrasherDK @5t3ph
Programming languages typically are viewed as being Turing complete which HTML and CSS are not full stop that it is programming itself is a point of contention most people do not agree it is. in computer science paradigms for programming HTML and CSS are declarative.

Sep 20, 2022 · 1:38 AM UTC

1
1
There are some people who make the case that HTML and CSS are actual programming languages. However again most people don't agree. That they are code yes. But they are interpreted. When we look at HTML5 apis we begin to see how web is becoming more programmatic through scripting.