Florian Scholz
Florian Scholz
The [MDN team](https://wiki.mozilla.org/Engagement/MDN_Durable_Team#Team_Members) is employed by Mozilla and has yearly goals. I'm opening this issue to inform you about this year's goal and to give status updates throughout the year....
This project proposes that we work on fixing how MDN distributes Polyfills. Originally proposed in the MDN discourse https://discourse.mozilla.org/t/mdn-rfc-001-mdn-wiki-pages-shouldnt-be-a-distributor-of-polyfills/24500 but never rolled out, because the MDN wiki didn't really allow...
This project proposes that Open Web Docs works on adding Temporal docs to MDN. Repository: https://github.com/tc39/proposal-temporal Spec: https://tc39.es/proposal-temporal Docs: https://tc39.es/proposal-temporal/docs/ # Problem statement Temporal is a stage 3 ECMAScript proposal...
### Description Add a new page to https://developer.mozilla.org/en-US/docs/Web/Manifest to document the Web Share Target API. Spec: https://w3c.github.io/web-share-target/level-2/ (examples mostly taken from there). ### Motivation Fix https://github.com/mdn/content/issues/10291 Fix https://github.com/mdn/content/issues/8887 Fix https://github.com/openwebdocs/project/issues/126
### Description Follow-up to https://github.com/mdn/content/pull/20358. It was proposed to add a note to all APIs that require user activation. I was considering to add a notecard banner to these pages...
The new browser-specs version fails. https://github.com/mdn/browser-compat-data/pull/17859 https://github.com/w3c/browser-specs/pull/711 I think the correct thing to do is to remove `@viewport` given it is not implemented anymore.
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? No compat data on https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D/commit ### What browsers does this problem apply...
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/setPage renders no compat table.
## Q4 projects This list contains the projects we already agreed to work on in Q4. Agreed Q4 projects are labeled with https://github.com/openwebdocs/project/labels/q4%202022. - [ ] https://github.com/openwebdocs/project/issues/89 (Vinyl) - [...
### Summary On latest main, the following command: `yarn content delete Web/API/ShadowRoot/onslotchange --redirect=Web/API/HTMLSlotElement/slotchange_event ` throws with: ``` yarn content delete Web/API/ShadowRoot/onslotchange --redirect=Web/API/HTMLSlotElement/slotchange_event yarn run v1.22.19 $ env-cmd --silent cross-env CONTENT_ROOT=files...