Jean-Yves Perrier
Jean-Yves Perrier
This is the unblocking PR for one of our Quarterly projects: we want to store polyfills only inside a YAML entry (`polyfills`) and display a sentence about them below the...
Fixes #6511 Reuse the same code as line 69 to produce the expected effect. cc/ @wbamberg
### Problem statement MDN documents form validation at several places (Web/API, Web/API/Constraint_Validation, Learn Area, Web/Guide), incompletely, and with poor navigation (missing sidebars). This is a fundamental API in Web development,...
When running `yarn build`, I notice that errors are detected and logged. For example:  These errors go unnoticed. One possible solution would be to...
These are not real interfaces but a kind of WebIDL-only typedef. We wanted to remove them for a long time. This PR adapts all occurrences of `DOMTimestamp` and `EpochTimestamp`. This...
This PR is part of openwebdocs/project#92. The idea here is to simplify the page: - Reorganize the different syntaxes in one block as we do elsewhere on MDN. In one...
## The problem MDN has two pages listing prefixed properties that are available to web developers: - https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Extensions - https://developer.mozilla.org/en-US/docs/Web/CSS/Mozilla_Extensions These pages have the following problems: - They are most...
### Problem statement There are missing docs in MDN Web/API documentation. We want to increase the coverage here to guarantee that each feature supported by three engines is documented. There...
### Problem statement In 2022, we set up some automatization of tools like MDlint on mdn/content. We also manually (or semi-manually) used Prettier and ESLint on code samples. In particular,...
There are quite a few occurrences of `rgba` and `hsla` in the repo. We should only use the modern syntax of `rgb` and `hsl`. (No need to update the tools...