wbamberg
wbamberg
### Problem statement This came out of https://github.com/mdn/content/issues/32619, which I think happened because we don't document `@font-face` descriptors and their relation to the corresponding properties very well. I filed https://github.com/mdn/content/pull/32853...
Currently we show guide pages in the `{{DefaultAPISidebar}}` macro, but not in `{{APIRef}}`, It would be good to list guide pages in `{{APIRef}}` as well. See also: https://github.com/mdn/content/issues/13761 and https://discourse.mozilla.org/t/defaultapisidebar-apiref-and-groupdata/40210/12.
Currently we explain various bits of the formal syntax by making parts of it (combinators and multipliers, for example) into links to the relevant section of https://developer.mozilla.org/en-US/docs/Web/CSS/Value_definition_syntax. We could perhaps...
In the numbered list at: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Return_values#active_learning_our_own_return_value_function, list items are not being split into paragraphs, although the markup suggests that they should be. Markup: https://github.com/mdn/content/blob/726914f2e9eae609c3d1edd45d123064a4aa39be/files/en-us/learn/javascript/building_blocks/return_values/index.md?plain=1#L128-L177 (see for example the text in...
### Summary When the ToC is on the left hand side, the sidebar doesn't scroll to show the current page. ### URL https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames/Installable_PWAs (for example, but all pages are affected)...
I hope it's OK to ask for a clarification here. In https://github.com/mdn/content/pull/33462 we're fixing an error in the MDN docs for `CookieChangeEvent`, and we had a question about the meaning...
Fixes https://github.com/mdn/content/issues/32619. Fixes #10910 This is an attempt to improve the page on the [`font-weight`](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight) descriptor. I think https://github.com/mdn/content/issues/32619 was fundamentally caused by the fact that this page isn't very...
This is part of a fix for https://github.com/mdn/content/issues/35484. @hamishwillee suggested the way to address this was first to have updated tutorial code and then to have updated docs, which makes...
This is more or less a rewrite of the [CSP guide](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). The main motivation is to fix https://github.com/mdn/content/issues/35812, which says we should document strict (nonce or hash based) CSPs and...