Jean-Yves Perrier
Jean-Yves Perrier
Quite a few examples in this repo extensively use `var`. This is a bad practice; we have eliminated them from mdn/content (and other repos). We should do the same here:...
## Summary We deprecated the parameter of `{{Compat}}` years ago. To actually remove it and simplify the codebase, we need to get rid of its only call (with a parameter)...
## Summary We have the `{{AvailableInWorkers}}` macro that adds a message indicating a feature is available in web workers. It was created a long time ago (when workers were added...
### Summary Baseline provides information about the status of a feature. It is displayed on subfeatures too. This leads to incoherence: a feature can be marked as limited availability on...
### Description This PR adds docs for the following properties and methods: - `HTMLTableCellElement.headers` and does minor fixes to a related page ### Motivation All engines support these properties. ###...
### Description This PR adds relevant information to existing MDN pages about properties or method parameters prefixed with the WebIDL `[LegacyNullToEmptyString]`. ### Motivation This is part of openwebdocs/project#159 where we...
This fixes the flaw created as Yari now request relative path for images. It also improve results in local editors, as well as GitHub, and there are very few (<...
### Description Adds missing pages for: - `ValidityState.customError` - `ValidityState.valid` ### Motivation Part of openwebdocs/project#153 ### Additional details I also did minor fixes to the other `ValidityState` pages to bring...
In the long term, I would like to improve: - the search - the offline mode that allows to discover an area, or to practice it. Like the room description,...
This adds the missing `HTMLBaseElement.href` page. Part of the project to document all interoperable features ([mdn/discussions#476](https://github.com/orgs/mdn/discussions/476))