You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
Set composition
What information was incorrect, unhelpful, or incomplete?
The linked images meant to show Venn diagrams 404. They appear to use (incorrect) relative paths instead of absolute paths like the same images do on each set function's page.
Do you have any supporting links, references, or citations?
I haven't been able to reproduce the issue locally using yarn start, but after some digging on archive.org it seems to have worked up until sometime between 01:49:04 and 19:25:16 on December 17, 2024.
The src= path in the HTML appears to be a relative link, whereas the rest of the images (including the same images on each Set methods' pages) use absolute paths.
@mdn/core-dev does it have anything to do with platform changes? We often use relative paths like src="intersection/diagram.svg" and on the location https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set it used to resolve to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/intersection/diagram.svg.
Josh-Cena
removed
the
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
label
Dec 28, 2024
MDN URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
What specific section or headline is this issue about?
Set composition
What information was incorrect, unhelpful, or incomplete?
The linked images meant to show Venn diagrams 404. They appear to use (incorrect) relative paths instead of absolute paths like the same images do on each set function's page.
What did you expect to see?
The image links should link to the correct path.
Incorrect (current): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/union/diagram.svg
Correct: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/union/diagram.svg
Do you have any supporting links, references, or citations?
I haven't been able to reproduce the issue locally using
yarn start
, but after some digging on archive.org it seems to have worked up until sometime between 01:49:04 and 19:25:16 on December 17, 2024.The src= path in the HTML appears to be a relative link, whereas the rest of the images (including the same images on each Set methods' pages) use absolute paths.
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/javascript/reference/global_objects/set
The text was updated successfully, but these errors were encountered: