sajad torkamani

What does it mean to say a web platform feature is Baseline?

Features on the web platform can sometimes be indicated as “Baseline”. For example, if you search for flex on caniuse.com here, you’ll see a Baseline label:

Baseline (web platform)

When a feature is flagged as Baseline, it essentially means it’s well supported in all the major browsers without needing any prefixes like -webkit-placeholder or any polyfills. In other words, you can safely use that feature without too much thought.

The major browsers are considered the following:

How do things become Baseline?

A feature goes through two stages:

Prior to being Newly available, the feature is considered in the Limited availability stage when it’s not yet supported across the major browsers.

Who decides what’s Baseline?

The Baseline project was originated by the Chrome team but is now managed by the WebDX Community Group.