Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTMLInputElement showPicker() #14444

Merged
merged 9 commits into from
Jan 7, 2022
53 changes: 53 additions & 0 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,59 @@
}
}
},
"showPicker": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/showPicker",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-showpicker",
"support": {
"chrome": {
"version_added": "99"
},
"chrome_android": {
"version_added": "99"
},
"edge": {
"version_added": "99"
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1745005'>bug 1745005</a>."
},
"firefox_android": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1745005'>bug 1745005</a>."
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234009'>bug 234009</a>."
},
"safari_ios": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234009'>bug 234009</a>."
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": "99"
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"size": {
"__compat": {
"support": {
Expand Down