Skip to content

Commit

Permalink
Add data for HTMLSelectElement showPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Oct 1, 2023
1 parent 99db9bd commit 7519753
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions api/HTMLSelectElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,48 @@
}
}
},
"showPicker": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/showPicker",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-select-showpicker",
"support": {
"chrome": {
"version_added": "119",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features",
"value_to_set": "Enabled"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"impl_url": "https://bugzil.la/1854112"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"size": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/size",
Expand Down

0 comments on commit 7519753

Please sign in to comment.