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
12 changes: 12 additions & 0 deletions features/description-list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Description list
description: The `<dl>`, `<dt>`, and '<dd>' 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
44 changes: 44 additions & 0 deletions features/description-list.yml.dist
Original file line number Diff line number Diff line change
@@ -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