Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions features/datalist.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Generated from: datalist.yml
# Do not edit this file by hand. Edit the source file instead!

name: <datalist>
description: The `<datalist>` element defines a set of recommended values for an `<input>` 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 <datalist>. 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
24 changes: 24 additions & 0 deletions features/datalist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: <datalist>
description: The `<datalist>` element defines a set of recommended values for an `<input>` 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 <datalist>. 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