Skip to content

Commit

Permalink
Adds description list (#2342)
Browse files Browse the repository at this point in the history
Co-authored-by: kosamari <[email protected]>
Co-authored-by: captainbrosset <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent e0a972c commit a872b32
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
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

0 comments on commit a872b32

Please sign in to comment.