mdn / interactive-examples

Home of the MDN live code editor interactive examples
Creative Commons Zero v1.0 Universal
732 stars 511 forks source link

Example using wrong MIME type #2860

Open felixrabe opened 1 week ago

felixrabe commented 1 week ago

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

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: https://github.com/mdn/content/commit/b7955e77cd4293adf45ef23686df50b0305f02ad * Document last modified: 2024-07-25T21:13:49.000Z
github-actions[bot] commented 1 week ago

It looks like this is your first issue. Welcome! 👋 One of the project maintainers will be with you as soon as possible. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.