Chrome 17 / Edge 18 added WebP support#28653
Merged
Conversation
Contributor
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
ddbeck
commented
Dec 12, 2025
Comment on lines
-18
to
-23
| { | ||
| "version_added": "17", | ||
| "version_removed": "23", | ||
| "partial_implementation": true, | ||
| "notes": "Lossless compression and alpha transparency are not supported." | ||
| } |
Contributor
Author
There was a problem hiding this comment.
This note and partial duplicates the alpha and lossless subfeatures. We don't generally bubble up data like this, so I unwound this.
Comment on lines
+18
to
+20
| "edge": { | ||
| "version_added": "18" | ||
| }, |
Contributor
Author
There was a problem hiding this comment.
Edge shipped WebP in v18, according to caniuse (and some contemporaneous reports, like this one). It'd be nice to generate a status in web-features that aligns. This also eliminates the ≤.
caugner
approved these changes
Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reconcile WebP data with caniuse and subfeatures
Test results and supporting details
In web-platform-dx/web-features#3624, I started to use the WebP (and some other format) data. I ran into a couple discrepancies with web-features, caniuse, and BCD's own conventions. I'll self review to call out the specifics.
Related issues
mediatypesdirectory withimagetype data #27168mediatypesdata in existing image format features web-platform-dx/web-features#3624