diff --git a/feature-group-definitions/show-picker-input.dist.yml b/feature-group-definitions/show-picker-input.dist.yml new file mode 100644 index 00000000000..a32547760dd --- /dev/null +++ b/feature-group-definitions/show-picker-input.dist.yml @@ -0,0 +1,30 @@ +# Generated from: show-picker-input.yml +# Do not edit this file by hand. Edit the source file instead! + +name: showPicker() for +description: The `showPicker()` method for `` elements shows the user interface for picking a value. For example, for `` it shows the interface for picking a date. +spec: https://html.spec.whatwg.org/multipage/input.html#dom-input-showpicker +group: forms +usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4097 +status: + baseline: false + support: + chrome: "99" + chrome_android: "99" + edge: "99" + firefox: "101" + firefox_android: "101" + safari: "17.4" +compat_features: + - api.HTMLInputElement.showPicker + - api.HTMLInputElement.showPicker.color_input + - api.HTMLInputElement.showPicker.file_input + - api.HTMLInputElement.showPicker.date_input + - api.HTMLInputElement.showPicker.datetime_local_input + # The rest are not supported in Firefox and/or Safari. + # TODO: partial support with notes. + # - api.HTMLInputElement.showPicker.autocomplete_input + # - api.HTMLInputElement.showPicker.datalist_input + # - api.HTMLInputElement.showPicker.month_input + # - api.HTMLInputElement.showPicker.time_input + # - api.HTMLInputElement.showPicker.week_input diff --git a/feature-group-definitions/show-picker-input.yml b/feature-group-definitions/show-picker-input.yml index 5663d5e6010..10f4a9bb3f6 100644 --- a/feature-group-definitions/show-picker-input.yml +++ b/feature-group-definitions/show-picker-input.yml @@ -5,12 +5,14 @@ group: forms usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4097 compat_features: - api.HTMLInputElement.showPicker - - api.HTMLInputElement.showPicker.autocomplete_input - api.HTMLInputElement.showPicker.color_input - - api.HTMLInputElement.showPicker.datalist_input + - api.HTMLInputElement.showPicker.file_input - api.HTMLInputElement.showPicker.date_input - api.HTMLInputElement.showPicker.datetime_local_input - - api.HTMLInputElement.showPicker.file_input - - api.HTMLInputElement.showPicker.month_input - - api.HTMLInputElement.showPicker.time_input - - api.HTMLInputElement.showPicker.week_input + # The rest are not supported in Firefox and/or Safari. + # TODO: partial support with notes. + # - api.HTMLInputElement.showPicker.autocomplete_input + # - api.HTMLInputElement.showPicker.datalist_input + # - api.HTMLInputElement.showPicker.month_input + # - api.HTMLInputElement.showPicker.time_input + # - api.HTMLInputElement.showPicker.week_input