mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.12k stars 22.45k forks source link

Common container formats: Browser support missing #33781

Open kubikaugustyn opened 3 months ago

kubikaugustyn commented 3 months ago

MDN URL

https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers

What specific section or headline is this issue about?

"Common container formats" and "Browser compatibility"

What information was incorrect, unhelpful, or incomplete?

In all of the browser support tables (e.g. Video codecs supported by 3GP, Audio codecs supported by 3GP and all of the others) there is only Firefox support set to Yes in some places and nothing more, e.g. the tables are blank.

What did you expect to see?

I expected to see the browser support fields filled with information about - well, whether the browser supports the format or not.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

image image image image and more blank browser support tables...

MDN metadata

Page report details * Folder: `en-us/web/media/formats/containers` * MDN URL: https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/media/formats/containers/index.md * Last commit: https://github.com/mdn/content/commit/e83bbd923268ae2b664a79f8931b78f4206061db * Document last modified: 2024-04-03T08:41:12.000Z
hamishwillee commented 3 months ago

You're absolutely correct. It is this way because we don't know what is supported and what is not, and have no easy way to find out. There is more information about Firefox because Mozilla started this documentation and have populated most of the parts that are supported.

Do you have additional information that we can use to populate the tables?

kubikaugustyn commented 3 months ago

Sadly, I don't have any additional information about the browser support. I was actually looking on MDN to find out which audio and video codecs are supported by all browsers.

If files encoded with all those codecs are gathered into one HTML file (into video and audio tags), they can be all tested at once by opening the HTML file in all of these browsers.