diff --git a/features/datalist.dist.yml b/features/datalist.dist.yml new file mode 100644 index 00000000000..80c2cbfc345 --- /dev/null +++ b/features/datalist.dist.yml @@ -0,0 +1,27 @@ +# Generated from: datalist.yml +# Do not edit this file by hand. Edit the source file instead! + +name: +description: The `` element defines a set of recommended values for an `` element. Browsers may show a dropdown menu of all options, or matching options as the user types. +spec: https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element +group: forms +caniuse: datalist +usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/23 +# BCD and caniuse use partial support differently for . The versions +# below were picked as the lowest versions where both agree the feature is fully +# supported, with the single exception of Firefox, which BCD treats as partially +# support due to it not working for all input types. +# TODO: Align BCD and caniuse and use partial support with notes to match here. +status: + baseline: false + support: + chrome: "69" + chrome_android: "69" + edge: "12" + firefox: "110" + safari: "12.1" + safari_ios: "12.2" +compat_features: + - api.HTMLDataListElement + - api.HTMLDataListElement.options + - html.elements.datalist diff --git a/features/datalist.yml b/features/datalist.yml new file mode 100644 index 00000000000..6ac3caad6ef --- /dev/null +++ b/features/datalist.yml @@ -0,0 +1,24 @@ +name: +description: The `` element defines a set of recommended values for an `` element. Browsers may show a dropdown menu of all options, or matching options as the user types. +spec: https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element +group: forms +caniuse: datalist +usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/23 +# BCD and caniuse use partial support differently for . The versions +# below were picked as the lowest versions where both agree the feature is fully +# supported, with the single exception of Firefox, which BCD treats as partially +# support due to it not working for all input types. +# TODO: Align BCD and caniuse and use partial support with notes to match here. +status: + baseline: false + support: + chrome: "69" + chrome_android: "69" + edge: "12" + firefox: "110" + safari: "12.1" + safari_ios: "12.2" +compat_features: + - api.HTMLDataListElement + - api.HTMLDataListElement.options + - html.elements.datalist