Skip to content

Some clarification about what Baseline is and isn't - #3626

Open
captainbrosset wants to merge 1 commit into
mainfrom
whats-baseline
Open

Some clarification about what Baseline is and isn't#3626
captainbrosset wants to merge 1 commit into
mainfrom
whats-baseline

Conversation

@captainbrosset

@captainbrosset captainbrosset commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

This is a partial fix to #2783, in particular to this point:

Improving the description for what Baseline is (and isn't) on this repository and on relevant webpages about Baseline.

Although this is not a change of the Baseline definition, I feel like the owners group should review this.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Dec 11, 2025
Comment thread README.md
@@ -1,4 +1,4 @@
# [`web-features`](https://github.com/web-platform-dx/web-features): exploring the set of interoperable features of the web platform

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest:

defining the list of features of the web platform and determining their Baseline status

</a>

<p>
Baseline gives you clear information about which web platform features work across browsers.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throughout, this PR replaces "clear" with "summarized." I don't love that.

IMO, the main problem we're referring to in #2783 isn't that people don't realize that Baseline is a summary; it's a false-negative problem. If something is Baseline WA, you can use it, but people might wrongly assume that if something is NA or LA, then you simply can't use it, and you'll just have to wait.

If we all agreed that Baseline wasn't "clear," then I think Baseline wouldn't be useful at all, but I think it is useful because it is clear.

Comment thread gh-pages/src/index.md

- **Newly available**: The feature works across the latest devices and browser versions. The feature might not work in older devices or browsers. Indicated with a blue icon.
- **Widely available**: The feature is well established and works across many devices and browser versions. It’s been available across browsers for at least 2½ years (30 months). Indicated with a green icon.
Baseline is a simplification of the complex reality of web platform feature support, and it can't replace detailed testing for your specific use case.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is too strong a disclaimer,. This makes it sound like Baseline should never replace detailed testing. (And it makes it sound like we encourage all developers to do the tests themselves, rather than rely on BCD.)

I suggest:

Features that aren't yet available in all browsers might still work well enough for your needs, as a progressive enhancement with a fallback, or by using a polyfill or transpiler.

Comment thread gh-pages/src/index.md
- **Newly available**

The feature has recently become available in all the browsers of the core browser set. The feature might not work yet in older devices or browsers.
This status is indicated with the following blue icon: <img src="/assets/img/baseline-widely-icon.svg" alt="Baseline widely available icon" style="height:1em;">.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This status is indicated with the following blue icon: <img src="/assets/img/baseline-widely-icon.svg" alt="Baseline widely available icon" style="height:1em;">.
This status is indicated with the following blue checkmark with a dotted background : <img src="/assets/img/baseline-widely-icon.svg" alt="Baseline widely available icon" style="height:1em;">.

Comment thread gh-pages/src/index.md
- **Widely available**

The feature has been available in all the browsers of the core browser set for at least 2½ years (30 months). It is now well established and works across many devices and browser versions.
This status is indicated with the following green icon: <img src="/assets/img/baseline-newly-icon.svg" alt="Baseline newly available icon" style="height:1em;">.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This status is indicated with the following green icon: <img src="/assets/img/baseline-newly-icon.svg" alt="Baseline newly available icon" style="height:1em;">.
This status is indicated with the following green checkmark with a solid background: <img src="/assets/img/baseline-newly-icon.svg" alt="Baseline newly available icon" style="height:1em;">.

Comment thread gh-pages/src/index.md
This status is indicated with the following green icon: <img src="/assets/img/baseline-newly-icon.svg" alt="Baseline newly available icon" style="height:1em;">.

Prior to being part of Baseline, a feature has **Limited availability** when it's not yet available across all the browsers of the core browser set.
Limited availability features are indicated with the following grey and orange icon: <img src="/assets/img/baseline-limited-icon.svg" alt="Limited availability icon" style="height:1em;">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Limited availability features are indicated with the following grey and orange icon: <img src="/assets/img/baseline-limited-icon.svg" alt="Limited availability icon" style="height:1em;">
Limited availability features are indicated with the following grey and orange X icon with a solid background: <img src="/assets/img/baseline-limited-icon.svg" alt="Limited availability icon" style="height:1em;">

@tidoust

tidoust commented Jul 30, 2026

Copy link
Copy Markdown
Member

Discussed during today's WebDX CG meeting. Leaning towards closing as we have, since then, made a number of updates to the Web site that incorporates some of the changes discussed here. @captainbrosset, are there things worth reporting to another PR before we close?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants