forked from adamlaska/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatalist.json
More file actions
63 lines (63 loc) · 1.72 KB
/
datalist.json
File metadata and controls
63 lines (63 loc) · 1.72 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
60
61
62
63
{
"html": {
"elements": {
"datalist": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/datalist",
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element",
"support": {
"chrome": {
"version_added": "20"
},
"chrome_android": {
"version_added": "33"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "4"
},
"firefox_android": [
{
"version_added": "79",
"partial_implementation": true,
"notes": "The dropdown menu containing available options does not appear. See <a href='https://bugzil.la/1535985'>bug 1535985</a>."
},
{
"version_added": "4",
"version_removed": "79"
}
],
"ie": {
"version_added": "10"
},
"opera": {
"version_added": "9.5"
},
"opera_android": {
"version_added": "20"
},
"safari": {
"version_added": "12.1"
},
"safari_ios": {
"version_added": "12.2"
},
"samsunginternet_android": {
"version_added": "2.0"
},
"webview_android": {
"version_added": "4.4.3"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}