File tree Expand file tree Collapse file tree 2 files changed +45
-2
lines changed Expand file tree Collapse file tree 2 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1
- draft_date : 2024-06-05
2
1
name : <div>
3
- description : The `<div>` element TODO .
2
+ description : The `<div>` HTML element is the generic container for content .
4
3
spec : https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element
5
4
group : html
5
+ status :
6
+ compute_from : html.elements.div
6
7
compat_features :
7
8
- api.HTMLDivElement
8
9
- html.elements.div
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments