forked from adamlaska/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoption.json
More file actions
249 lines (249 loc) · 8.3 KB
/
option.json
File metadata and controls
249 lines (249 loc) · 8.3 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
{
"html": {
"elements": {
"option": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/option",
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": {
"version_added": "4"
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"disabled": {
"__compat": {
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": {
"version_added": "4"
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"label": {
"__compat": {
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1",
"notes": [
"Before 77, Firefox didn't display the value of the <code>label</code> attribute as option text if element's content was empty. See <a href='https://bugzil.la/40545'>bug 40545</a>.",
"Historically, Firefox has allowed keyboard and mouse events to bubble up from the <code><option></code> element to the parent <code><select></code> element, although this behavior is inconsistent across many browsers. For better Web compatibility (and for technical reasons), they will not bubble up when Firefox is in multi-process mode and the <code><select></code> element is displayed as a drop-down list. The behavior is unchanged if the <code><select></code> is presented inline and it has either the <code>multiple</code> attribute defined or a <code>size</code> attribute set to more than <code>1</code>. Rather than watching <code><option></code> elements for events, you should watch for <a href='https://developer.mozilla.org/docs/Web/Events/change'>change</a> events on <code><select></code>. See <a href='https://bugzil.la/1090602'>bug 1090602</a> for details.",
"When Mozilla introduced dedicated content threads to Firefox (through the Electrolysis, or e10s, project), support for styling <code><option></code> elements was removed temporarily. Starting in Firefox 54, you can apply foreground and background colors to <code><option></code> elements again, using the <code>color</code> and <code>background-color</code> CSS properties. See <a href='https://bugzil.la/910022'>bug 910022</a> for more information. Note that this is still disabled in Linux due to lack of contrast (see <a href='https://bugzil.la/1338283'>bug 1338283</a> for progress on this)."
]
},
"firefox_android": {
"version_added": "4",
"notes": "Before 77, Firefox didn't display the value of the <code>label</code> attribute as option text if element's content was empty. See <a href='https://bugzil.la/40545'>bug 40545</a>."
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"selected": {
"__compat": {
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": {
"version_added": "4"
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"value": {
"__compat": {
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": {
"version_added": "4"
},
"ie": {
"version_added": true
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}