This repository was archived by the owner on Oct 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 510
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Example using wrong MIME type #2860
Copy link
Copy link
Closed
Labels
Content:HTMLissues related to HTML examples.issues related to HTML examples.needs triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Description
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed
What specific section or headline is this issue about?
Try it
What information was incorrect, unhelpful, or incomplete?
<embed type="video/webm" src="/media/cc0-videos/flower.mp4" width="250" height="200" />
The type and src attributes don't correspond.
What did you expect to see?
Corresponding MIME type and src link.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
By the way, this is the second page in turn that I'm submitting the same kind of bug report about. The first one was for the page regarding the <object> tag.
This makes me think that this
-
either is not a bug (maybe MP4 files can be of the MIME type
video/webm, but a quick Brave search for "mp4 webm" does not make that likely) -
or could be a bug that is also affecting other pages than
<object>and<embed>.
MDN metadata
Page report details
- Folder:
en-us/web/html/element/embed - MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/html/element/embed/index.md
- Last commit: mdn/content@b7955e7
- Document last modified: 2024-07-25T21:13:49.000Z
Metadata
Metadata
Assignees
Labels
Content:HTMLissues related to HTML examples.issues related to HTML examples.needs triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.Triage needed by staff and/or partners. Automatically applied when an issue is opened.