-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Expand file tree
/
Copy pathgif.json
More file actions
59 lines (59 loc) · 1.63 KB
/
gif.json
File metadata and controls
59 lines (59 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"mediatypes": {
"image": {
"gif": {
"__compat": {
"description": "Graphics Interchange Format (GIF)",
"mdn_url": "https://developer.mozilla.org/docs/Web/Media/Guides/Formats/Image_types#gif_graphics_interchange_format",
"spec_url": [
"https://www.w3.org/Graphics/GIF/spec-gif87.txt#top",
"https://www.w3.org/Graphics/GIF/spec-gif89a.txt#top"
],
"tags": [
"web-features:gif"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": [
{
"version_added": "2"
},
{
"version_added": "1",
"version_removed": "2",
"partial_implementation": true,
"notes": "Animation is not supported."
}
],
"opera": {
"version_added": "≤2"
},
"opera_android": "mirror",
"safari": {
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}