Why there is no CSS4

CSS

You may have already seen articles or videos announcing the arrival of CSS4. Yet, CSS4 will never exist — at least not as a single specification like CSS2 or CSS3. Here's why, and what it actually means for web developers.

From CSS1 to CSS3: A Brief History

The first version of CSS, released in 1996, had roughly 50 properties: background, color, width, border… Relatively straightforward for browsers to implement.

Then came CSS2, which added a massive number of properties. But the teams at the W3C (World Wide Web Consortium) quickly ran into trouble: it took them nearly 10 years to finalize, optimize, and ensure cross-browser compatibility for all those properties.

The problem? Each specification was a monolithic block. To finalize the whole thing, they had to wait until every property was validated — even if some were ready long before others.

CSS Evolution: from CSS1 to CSS3 and beyond
The evolution of CSS: from a single specification to a modular system.

The Birth of the Modular System with CSS3

To solve this problem, the W3C came up with a revolutionary idea: split CSS into independent modules. Each module covers a specific aspect of the language and can evolve at its own pace.

This is how what we call "CSS3" was born. It's not a single new specification, but a collection of separate modules: Selectors, Media Queries, Flexbox, Grid, Transforms, Animations, and many more.

Each module has its own level. For example, the Selectors module is at Level 4, while newer modules like CSS Grid start at Level 1.

Why CSS4 Will Never Exist

Today, some modules are at Level 4, others at Level 3, and some still at Level 1. There is no longer a global version number for CSS.

When people talk about "CSS4", they're actually referring to individual Level 4 modules — like Selectors Level 4, Color Level 4, or Media Queries Level 5. But there is no unified "CSS4" specification, and there never will be.

This modular system is actually a huge advantage: browsers can implement new features progressively, without waiting for an entire specification to be finalized.

Modern CSS Features You Should Know

Even though there's no CSS4, the language is constantly evolving. Here are some of the most significant features from recent years:

  • CSS Grid — A powerful two-dimensional layout system
  • CSS Variables (Custom Properties) — Native variables in CSS
  • Container Queries — Style elements based on their parent container's size
  • :has() — The long-awaited "parent selector"
  • Subgrid — Nested grids that inherit from the parent grid
  • @layer — Manage the cascade with CSS layers
  • Nesting — Native selector nesting, no preprocessor needed

In Summary

CSS4 doesn't exist as a single specification. Modern CSS works as a collection of independent modules, each with its own version level. This more flexible approach allows the language to evolve faster and lets browsers implement new features incrementally.

To stay up to date with CSS evolution, check out the official W3C website or resources like web.dev.

Recent Posts

Recent Comments

"

Itamde is also an online programming school.

Itamde

Learn what you want, at your own pace

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

You may also be interested in...

Web

Behind the Scenes of a Web Development Project

When you visit a finished website, you only see the final result: clean pages, smooth animations, well-organized content. But behind this facade lies a far more complex creation process, made up of strategic thinking, technical decisions, and collaboration between...

Blog image

Essential Tools Every Web Developer Needs

The web development profession is constantly evolving, and with it, the tools needed to work efficiently. Between code editors, frameworks, debugging tools, and deployment platforms, the choices can feel overwhelming for beginners and experienced developers alike who...

Recreate Snake in HTML and vanilla JavaScript

Recreate Snake in HTML and vanilla JavaScript

Sometimes the best projects come into being without any particular pretension, just for the pleasure of coding and diving back into video game classics. That's exactly the spirit behind this retro version of Snake, built entirely with HTML and vanilla JavaScript, with...

Stay up to date with the latest news and developments

Access restricted content

Discover behind-the-scenes details of our projects, exclusive resources, and the progress of our creations in real time.

Sign up for our newsletter

Receive our news, creative insights, and updates from the studio directly in your inbox.

Follow us

Join our community on social media to follow our daily projects and interact with us.