-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
As far as I can see we’re not yet storing support data in BCD for image formats/codecs.
The level of browser support for most image formats is the same across all browsers, so in general the data is arguably not something that web developers have a strong need for in practice.
But WebP at least seems like an exception to that; Apple only recently announced that they’d added support for it, in Safari 14 — but per https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#WebP_image and https://wiki.developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types$compare?to=1647119&from=1643708 it seems that it’s not actually supported in desktop/macOS Safari yet but instead only on Mobile/iOS Safari.
https://caniuse.com/webp does have support data for WebP. So that’s further evidence that MDN probably should too.
And while the level of browser support for image formats in general may be the same across all browser, the level of browser support for video and audio formats and codecs is not — it’s much more complicated.
https://caniuse.com/?search=video%20format shows some relevant data.
Difficulties in being able to deliver video content in a format/codec that works across browser has been a pretty well-known pain point for developers — so having related support data for video and audio formats and codecs in BCD seems even more important and useful to developers than having it for image formats.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status