Skip to content

Commit 51cc91f

Browse files
Add more links and content to the "Baseline in the wild" article (#2721)
* Update baseline in the wild * Update gh-pages/src/baseline-in-the-wild.md Co-authored-by: Daniel D. Beck <[email protected]> * Update gh-pages/src/baseline-in-the-wild.md Co-authored-by: Daniel D. Beck <[email protected]> --------- Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 292e445 commit 51cc91f

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

gh-pages/src/baseline-in-the-wild.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,46 @@ title: Baseline in the wild
33
layout: "default.html"
44
---
55

6-
You can find Baseline in the following places. If you spot somewhere else using Baseline, or are using Baseline on your own site, or to convey compat information in your library, [create a pull request to add it to the list](https://github.com/web-platform-dx/web-features/edit/pages/main/gh-pages/baseline-in-the-wild.md).
6+
You can find web-features and Baseline data in the places listed below. If you spot somewhere else using Baseline, or are using Baseline on your own site, or to convey compat information in your library, [create a pull request to add it to the list](https://github.com/web-platform-dx/web-features/edit/pages/main/gh-pages/baseline-in-the-wild.md).
77

88
## From browser vendors
99

1010
- [Baseline on MDN (Firefox)](https://developer.mozilla.org/en-US/blog/baseline-evolution-on-mdn/)
1111
- [Baseline on web.dev (Google)](https://web.dev/baseline/)
1212

13-
## Featured projects and tools
13+
## Documentation and browser compatibility
1414

15-
- [`<baseline-status>` web component](https://github.com/web-platform-dx/baseline-status)
16-
- [BCD Watch](https://bcd-watch.igalia.com/)
15+
- [MDN](https://developer.mozilla.org/en-US/docs/Glossary/Baseline/Compatibility)
1716
- [Can I Use](https://caniuse.com/)
17+
- [BCD Watch](https://bcd-watch.igalia.com/)
1818
- [Can I WebView](https://caniwebview.com/search/?cat=web_feature)
19-
- [MDN](https://developer.mozilla.org/en-US/docs/Glossary/Baseline/Compatibility)
20-
- [RUM Archive Insights](https://rumarchive.com/insights/)
21-
- [RUMvision](https://www.rumvision.com/help-center/monitoring/dashboard/baseline/)
22-
- [web-features explorer](https://web-platform-dx.github.io/web-features-explorer/)
19+
20+
## Tools
21+
22+
- [require-baseline](https://github.com/eslint/css/blob/main/docs/rules/require-baseline.md), an ESLint CSS Language Plugin rule to enforce the use of Baseline features.
23+
- [`<baseline-status>` web component](https://github.com/web-platform-dx/baseline-status), for displaying Baseline status on your own site.
24+
- [Baseline Status in a WordPress Block](https://css-tricks.com/baseline-status-in-a-wordpress-block/), to display the `<baseline-status>` web component in a WordPress block.
25+
- [Baseline status of a web platform feature on a Hugo website](https://pawelgrzybek.com/baseline-status-of-a-web-platform-feature-on-a-hugo-website/), to display Baseline data on a static Hugo website.
26+
- [Baseline Status Astro Embed](https://astro-embed.netlify.app/components/baseline-status/), to display Baseline data without client-side JavaScript on an Astro website.
27+
- [RUMvision Baseline integration](https://www.rumvision.com/help-center/monitoring/dashboard/baseline/), a real user monitoring solution, which uses Baseline statuses show which features are safe to use based on actual audience data.
28+
- [RUM Archive Insights](https://rumarchive.com/insights/), a collection of RUM Archive data visualizations, including yearly Baseline features.
29+
30+
## Web feature dashboards
31+
32+
- [Web platform features explorer](https://web-platform-dx.github.io/web-features-explorer/), a visualization of the web-features data, with additional data such as MDN documentation, browser vendor positions, or origin trials.
33+
- [Web Platform Status](https://webstatus.dev/), a visualization of the web-features data, together with web platform test results per feature, and additional filtering and sorting options, such as Baseline years.
34+
- [Web Platform Features](https://web-features.lttr.cz/), a visualization of the web-features data with filters and fuzzy search capabilities.
35+
- [Microsoft Edge - 2024 web platform top developer needs](https://microsoftedge.github.io/TopDeveloperNeeds/), a list of web features that developers need, based on data from the Microsoft Edge team.
2336

2437
## Presentations
2538

2639
- [Baseline web features for the win](https://www.w3.org/2024/09/TPAC/demo-baseline.html) by Patrick Brosset, TPAC, August 2024.
2740
- [Baseline features and webstatus.dev](https://www.youtube.com/watch?v=pTsMpoXGlqE) ([slides](https://docs.google.com/presentation/d/1dRWC7aH-FQTj2JVFIaRvrHNylaRKAUCnQ5Y4odRhGGY/edit#slide=id.g2f87bb2d5eb_0_4)) by Kadir Topal and James Scott, BlinkOn, October 2024.
2841
- [Baseline and Web Features](https://www.oddbird.net/2024/11/19/winging-it-13/) by Miriam Suzanne and James Stuckey Weber, Winging It Live, November 2024.
2942

30-
## More
43+
## Articles mentioning Baseline
3144

3245
- [Clearleft browser support policy](https://browsersupport.clearleft.com/)
46+
- [How to Use Baseline Data](https://12daysofweb.dev/2024/how-to-use-baseline-data/)
47+
- [Introducing Baseline: a unified view of stable web features](https://developer.mozilla.org/en-US/blog/baseline-unified-view-stable-web-features/)
48+
- [Introducing Baseline: ship modern web features with confidence](https://www.rumvision.com/blog/introducing-baseline-ship-modern-web-features-with-confidence/)

0 commit comments

Comments
 (0)