diff --git a/features/description-list.yml b/features/description-list.yml new file mode 100644 index 00000000000..ad0fa827ad9 --- /dev/null +++ b/features/description-list.yml @@ -0,0 +1,12 @@ +name: Description list +description: The `
`, `
`, and '
' HTML elements represent a list of terms and their associated descriptions. Use a description list to create glossaries or similar list of key-value pairs. +spec: + - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element + - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element + - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element +group: html +compat_features: + - api.HTMLDListElement + - html.elements.dd + - html.elements.dl + - html.elements.dt diff --git a/features/description-list.yml.dist b/features/description-list.yml.dist new file mode 100644 index 00000000000..a29b59f5776 --- /dev/null +++ b/features/description-list.yml.dist @@ -0,0 +1,44 @@ +# Generated from: description-list.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: high + baseline_low_date: 2015-07-29 + baseline_high_date: 2018-01-29 + support: + chrome: "1" + chrome_android: "18" + edge: "12" + firefox: "1" + firefox_android: "4" + safari: ≤4 + safari_ios: ≤3.2 +compat_features: + # baseline: high + # baseline_low_date: 2015-07-29 + # baseline_high_date: 2018-01-29 + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "1" + # firefox_android: "4" + # safari: "3" + # safari_ios: "1" + - api.HTMLDListElement + + # ⬇️ Same status as overall feature ⬇️ + # baseline: high + # baseline_low_date: 2015-07-29 + # baseline_high_date: 2018-01-29 + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "1" + # firefox_android: "4" + # safari: ≤4 + # safari_ios: ≤3.2 + - html.elements.dd + - html.elements.dl + - html.elements.dt