Skip to content

Commit e48679a

Browse files
Add png feature (#3677)
Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com>
1 parent 589df44 commit e48679a

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

features/png.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PNG
2+
description: The PNG (Portable Network Graphics) image format is a raster graphics file format with animation, alpha transparency, and lossless compression.
3+
spec: https://w3c.github.io/png/#Introduction
4+
caniuse:
5+
- png-alpha
6+
- link-icon-png
7+
- apng
8+
compat_features:
9+
- mediatypes.image.png
10+
- mediatypes.image.png.animation

features/png.yml.dist

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Generated from: png.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
8+
support:
9+
chrome: "1"
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: "3"
13+
firefox_android: "4"
14+
safari: "8"
15+
safari_ios: "8"
16+
compat_features:
17+
# baseline: high
18+
# baseline_low_date: 2015-07-29
19+
# baseline_high_date: 2018-01-29
20+
# support:
21+
# chrome: "1"
22+
# chrome_android: "18"
23+
# edge: "12"
24+
# firefox: "1"
25+
# firefox_android: "4"
26+
# safari: "1"
27+
# safari_ios: "1"
28+
- mediatypes.image.png
29+
30+
# ⬇️ Same status as overall feature ⬇️
31+
# baseline: high
32+
# baseline_low_date: 2015-07-29
33+
# baseline_high_date: 2018-01-29
34+
# support:
35+
# chrome: "1"
36+
# chrome_android: "18"
37+
# edge: "12"
38+
# firefox: "3"
39+
# firefox_android: "4"
40+
# safari: "8"
41+
# safari_ios: "8"
42+
- mediatypes.image.png.animation

0 commit comments

Comments
 (0)