You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify downstream browser support on gh-pages site (#3245)
* First pass draft at adding a statement on downstream browsers
* Remove double spaces after full stops
* Escape asterisks
* Explain Baseline years, add link to supported browsers
* Rewording gh-pages index and supported-browsers pages
* code cleanup
* Formatting fixes
* Removes explanation of Baseline years as requested by @captainbrosset
* Adds Facebook and Instagram apps to supported-browsers.html
* Run prettier for formatting
* Add link to KaiOS developer docs
* Show the browser ID if pretty name is not available
---------
Co-authored-by: Patrick Brosset <[email protected]>
Copy file name to clipboardExpand all lines: gh-pages/src/index.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@ Baseline is calculated using the following core browser set:
21
21
- Microsoft Edge (desktop)
22
22
- Mozilla Firefox (desktop and Android)
23
23
24
+
## What about other browsers?
25
+
26
+
Many browsers outside the core browser set typically support the same Baseline feature set as a browser in the core browser set.
27
+
28
+
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.
29
+
30
+
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.
31
+
32
+
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.
33
+
24
34
## How do I find the Baseline status of a feature?
25
35
26
36
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.
0 commit comments