-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-broken
### What specific section or headline is this issue about?
side navigation
### What information was incorrect, unhelpful, …
-
When proposing PR on content/translated-content repo, only the content that proposed changes are served(and they are at `prxxxx.content.dev.mdn.mozit.cloud`). Therefore, it may be useful for some link…
-
### What type of issue is this?
Incorrect support data (ex. Chrome says "86" but support was added in "40")
### What information was incorrect, unhelpful, or incomplete?
The following sequence work…
-
The `navigator.vibrate` API is currently always defined. However, according to the [navigator.vibrate MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/vibrate), this is currently n…
-
Line 141 of persistence.sync will not do anything because the original arrays are not altered by the concat method.
```
existingItems.concat(groupOfExistingItems);
```
should be:
```
existingItems …
-
Webref contains machine readable contents extracted from web browser specifications, including descriptions
https://github.com/w3c/webref
https://www.npmjs.com/package/@webref/css
-
When executing the example for `subtle.digest` from the [Mozilla web docs](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest) I get
```
Error: undefined is not a supported algorit…
-
Hi,
there are new image formats around for a few years now.
They are:
* webp
* avif
You can include them like any image, but some browsers still do not support it.
However, you can use the n…
-
I think the WordPress login button should have an angled right edge, per the branding guidelines:
This is my current WordPress login button:
![persona_sample_blog__log_in](https://f.cloud.github.com/…
-
[The `` element](https://maps4html.org/web-map-doc/docs/elements/properties/) can be used to create popups. It seems to be a case of browser magic, which may not be ideal.
Are authors expected to […