diff --git a/gh-pages/src/index.md b/gh-pages/src/index.md index 46a8fb7198d..7e2994fa360 100644 --- a/gh-pages/src/index.md +++ b/gh-pages/src/index.md @@ -21,6 +21,16 @@ Baseline is calculated using the following core browser set: - Microsoft Edge (desktop) - Mozilla Firefox (desktop and Android) +## What about other browsers? + +Many browsers outside the core browser set typically support the same Baseline feature set as a browser in the core browser set. + +For example, many browsers on Android, Windows, and macOS are built on Chromium, the open source engine underpinning Chrome and Edge. On iOS, all browsers use the same engine, WebKit, that underpins that device's Safari browser. + +For a wider range of browsers, see [supported browsers](/supported-browsers/) to find out which minimum browser versions support different Baseline feature sets, including Newly and Widely available and Baseline years. + +The [`baseline-browser-mapping`](https://github.com/web-platform-dx/baseline-browser-mapping) module tracks these mappings to derive the feature set for browsers outside the core browser set. + ## How do I find the Baseline status of a feature? You can find at-a-glance Baseline statuses on [Can I Use](https://caniuse.com/) feature entries, and [MDN Web Docs](https://developer.mozilla.org/) reference pages. See [Baseline in the wild](/baseline-in-the-wild/) for more examples. diff --git a/gh-pages/src/supported-browsers.html b/gh-pages/src/supported-browsers.html index b4f703c6bc4..37fd645ee6c 100644 --- a/gh-pages/src/supported-browsers.html +++ b/gh-pages/src/supported-browsers.html @@ -4,7 +4,6 @@ ---