forked from adamlaska/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisplay.json
More file actions
57 lines (57 loc) · 1.48 KB
/
display.json
File metadata and controls
57 lines (57 loc) · 1.48 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
{
"html": {
"manifest": {
"display": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/display",
"spec_url": "https://w3c.github.io/manifest/#display-member",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": {
"version_added": "39"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": "47"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": "11.3",
"partial_implementation": true,
"notes": "Does not support <code>fullscreen</code> or <code>minimal-ui</code>."
},
"samsunginternet_android": {
"version_added": "4.0"
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}