We’re happy and proud to announce Open Web Docs, to support a community of technical writers around creation and long-term maintenance of web platform technology documentation that is open and inclusive for all.
opencollective.com/open-web-…
Thank you, @AirbnbEng, for starting a monthly financial contribution to Open Web Docs!
We’re honored to be among the open-source projects that @Airbnb sponsors every month.
opencollective.com/airbnb
Open Web Docs Impact and Transparency Report 2023
We're reflecting on our third year of ensuring the long-term health of web platform documentation
openwebdocs.org/content/repo…
🎉 Announcing a new project in collaboration with @ascorbic, @unjsio, @CanadaHonk and Open Web Docs folks:
runtime-compat allows you to easily visualize the compatibility of different APIs (including WinterCG) across different JavaScript runtimes!
runtime-compat.unjs.io
We're thrilled to announce the five FOSS teams selected for round 2 of STF's #ContributeBackChallenges! Let's meet the projects receiving a total of €858,560 for work in 3 areas.
More details in the blogpost 👉 sovereigntechfund.de/news/co… (1/2)
The @sovtechfund invests in Open Web Docs and will support two @MozDevNet browser-compat-data (BCD) projects that address how BCD is updated, maintained, and accessed.
Blog post: openwebdocs.org/content/post…
.@OpenWebDocsopenwebdocs.org/ helps to maintain open web documentation & the tools that support this documentation. By documenting accurate compatibility data for web technologies, developers can more easily create sites that are compatible w/many different web browsers.
We're thrilled to announce the nine FOSS teams selected for the STF #ContributeBackChallenges! We received 70 applications from 20 countries, proposing 9.8m€ of work. Let's meet the projects who will receive a total of €1,363,600 for work in 3 areas: x.com/sovtechfund/status/166…
📣 We’re looking for developers who use open source and want to contribute back. For this, we are announcing three challenges for you to work on FOSS with up to €300,000 per project. The challenges will run up to 8 months in two 4-month rounds. sovereigntechfund.de/en/chal… (1/3)
🚨 New post over on my blog 🚨
📘 What is Open Web Docs?
➡️ patrickbrosset.com/articles/…
Pleas read if you use MDN and other web development tools on a regular basis.
There's a lot to learn about how these resources get made, and who makes them.
MDN has listened, and re-titled its pages from "Document.querySelector()" to "Document: querySelector() method". Much better! developer.mozilla.org/en-US/…
The MDN team and our partners at @OpenWebDocs recently spent some time brainstorming in London. You can find more information in this blog post on the @Mozilla blog - blog.mozilla.org/en/mozilla/…
It was great fun and really productive at our meet-up with Mozilla’s @MozDevNet team in London in January!
We're collaborating on a shared MDN roadmap and lots of interesting projects for MDN Web Docs in 2023, learn more in this blog post: openwebdocs.org/content/post…
Impact report for Q3 2022 openwebdocs.org/content/post…
We were responsible for 63% of PR reviews and 11% of all PRs submitted to mdn/content.
Also, with the help of more 20 contributors and ~200 PRs, we updated most of the 16332 static examples on 6396 pages on MDN.
Documentation for `:has()`, the relational pseudo-class, has been updated. developer.mozilla.org/en-US/…. Like :not(), :is(), and :where(), it accepts a forgiving selector list as a parameter. Like :not() and :where(), its specificity is the most specific selector in that list.
There is also the option to specify color spaces when working with ImageData now!
See updated docs at developer.mozilla.org/en-US/… and the ImageData() constructor.