forked from adamlaska/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchecked.json
More file actions
69 lines (69 loc) · 2.26 KB
/
checked.json
File metadata and controls
69 lines (69 loc) · 2.26 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
64
65
66
67
68
69
{
"css": {
"selectors": {
"checked": {
"__compat": {
"description": "<code>:checked</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:checked",
"spec_url": [
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-checked",
"https://drafts.csswg.org/selectors/#checked"
],
"support": {
"chrome": {
"version_added": "1",
"notes": "On macOS, styling <code><option></code> elements has no effect."
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": "12",
"notes": "On macOS, styling <code><option></code> elements has no effect."
},
"firefox": {
"version_added": "1",
"notes": [
"From Firefox 56, <code><option></code> elements cannot be styled.",
"On macOS, styling <code><option></code> elements has no effect."
]
},
"firefox_android": {
"version_added": "4",
"notes": "From Firefox 56, <code><option></code> elements cannot be styled."
},
"ie": {
"version_added": "9"
},
"opera": {
"version_added": "9",
"notes": "On macOS, styling <code><option></code> elements has no effect."
},
"opera_android": {
"version_added": "10.1"
},
"safari": {
"version_added": "3.1",
"notes": "Styling <code><option></code> elements has no effect."
},
"safari_ios": {
"version_added": "2",
"notes": "Styling <code><option></code> elements has no effect."
},
"samsunginternet_android": {
"version_added": "1.0"
},
"webview_android": {
"version_added": "2"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}