Skip to content

Commit 776a3da

Browse files
peteleddbeck
andauthored
Add <div> element (#1373)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 3c52db0 commit 776a3da

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2024-06-05
21
name: <div>
3-
description: The `<div>` element TODO.
2+
description: The `<div>` HTML element is the generic container for content.
43
spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element
54
group: html
5+
status:
6+
compute_from: html.elements.div
67
compat_features:
78
- api.HTMLDivElement
89
- html.elements.div

features/div.yml.dist

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Generated from: div.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
8+
support:
9+
chrome: "1"
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: "1"
13+
firefox_android: "4"
14+
safari: "1"
15+
safari_ios: "1"
16+
compat_features:
17+
# ⬇️ Same status as overall feature ⬇️
18+
# baseline: high
19+
# baseline_low_date: 2015-07-29
20+
# baseline_high_date: 2018-01-29
21+
# support:
22+
# chrome: "1"
23+
# chrome_android: "18"
24+
# edge: "12"
25+
# firefox: "1"
26+
# firefox_android: "4"
27+
# safari: "1"
28+
# safari_ios: "1"
29+
- html.elements.div
30+
31+
# baseline: high
32+
# baseline_low_date: 2015-07-29
33+
# baseline_high_date: 2018-01-29
34+
# support:
35+
# chrome: "1"
36+
# chrome_android: "18"
37+
# edge: "12"
38+
# firefox: "1"
39+
# firefox_android: "4"
40+
# safari: "3"
41+
# safari_ios: "1"
42+
- api.HTMLDivElement

0 commit comments

Comments
 (0)