-
Notifications
You must be signed in to change notification settings - Fork 223
Use BCD mediatypes data in existing image format features
#3624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,39 @@ | ||
| # Generated from: avif.yml | ||
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| {} | ||
| status: | ||
| baseline: low | ||
| baseline_low_date: 2024-01-25 | ||
| support: | ||
| chrome: "85" | ||
| chrome_android: "85" | ||
| edge: "121" | ||
| firefox: "113" | ||
| firefox_android: "113" | ||
| safari: "16.4" | ||
| safari_ios: "16.1" | ||
| compat_features: | ||
| # baseline: low | ||
| # baseline_low_date: 2024-01-25 | ||
| # support: | ||
| # chrome: "85" | ||
| # chrome_android: "85" | ||
| # edge: "121" | ||
| # firefox: "93" | ||
| # firefox_android: "93" | ||
| # safari: "16.4" | ||
| # safari_ios: "16.1" | ||
| - mediatypes.image.avif | ||
|
|
||
| # ⬇️ Same status as overall feature ⬇️ | ||
| # baseline: low | ||
| # baseline_low_date: 2024-01-25 | ||
| # support: | ||
| # chrome: "85" | ||
| # chrome_android: "85" | ||
| # edge: "121" | ||
| # firefox: "113" | ||
| # firefox_android: "113" | ||
| # safari: "16.4" | ||
| # safari_ios: "16.1" | ||
|
Comment on lines
+37
to
+38
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a slight difference between web-features and BCD here, with BCD reporting a few minor versions later. I don't think this is significant and does not affect the Baseline low date. |
||
| - mediatypes.image.avif.animation | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,10 @@ | ||
| # Generated from: jpegxl.yml | ||
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| {} | ||
| status: | ||
| baseline: false | ||
| support: | ||
| safari: "17" | ||
| safari_ios: "17" | ||
| compat_features: | ||
| - mediatypes.image.jxl |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,45 @@ | ||
| # Generated from: webp.yml | ||
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| {} | ||
| status: | ||
| baseline: high | ||
| baseline_low_date: 2020-09-16 | ||
| baseline_high_date: 2023-03-16 | ||
| support: | ||
| chrome: "32" | ||
| chrome_android: "32" | ||
| edge: "79" | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. BCD doesn't know about support in EdgeHTML (i.e., it's a ≤79 value), so this looks later than the data we have. We could contribute the Edge 18 value upstream. This does not affect the Baseline low date (which hinges on Safari 14).
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Contributing the Edge 18 value upstream sounds like the right thing to do. Especially because we can just point to https://caniuse.com/webp as a reference for that value.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sent mdn/browser-compat-data#28653, which has already been merged. We'll pick this up on the next BCD release. |
||
| firefox: "65" | ||
| firefox_android: "65" | ||
| safari: "14" | ||
| safari_ios: "14" | ||
| compat_features: | ||
| # baseline: high | ||
| # baseline_low_date: 2020-09-16 | ||
| # baseline_high_date: 2023-03-16 | ||
| # support: | ||
| # chrome: "23" | ||
| # chrome_android: "25" | ||
| # edge: "79" | ||
| # firefox: "65" | ||
| # firefox_android: "65" | ||
| # safari: "14" | ||
| # safari_ios: "14" | ||
| - mediatypes.image.webp | ||
| - mediatypes.image.webp.alpha | ||
| - mediatypes.image.webp.lossless | ||
| - mediatypes.image.webp.lossy | ||
|
|
||
| # ⬇️ Same status as overall feature ⬇️ | ||
| # baseline: high | ||
| # baseline_low_date: 2020-09-16 | ||
| # baseline_high_date: 2023-03-16 | ||
| # support: | ||
| # chrome: "32" | ||
| # chrome_android: "32" | ||
| # edge: "79" | ||
| # firefox: "65" | ||
| # firefox_android: "65" | ||
| # safari: "14" | ||
| # safari_ios: "14" | ||
| - mediatypes.image.webp.animation | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The difference for Firefox is explained by a note at https://caniuse.com/avif. In 93, Firefox only support still avif images. Animated support came in 113.