File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- draft_date : 2024-06-05
2
1
name : Tables
3
- description : The `<table>` element TODO .
2
+ description : The `<table>` HTML element, with several related elements, represents tabular data in rows and columns of cells .
4
3
spec : https://html.spec.whatwg.org/multipage/tables.html
4
+ status :
5
+ compute_from : html.elements.table
5
6
group : html
6
7
compat_features :
7
8
- api.HTMLTableCaptionElement
Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ status:
6
6
baseline_low_date: 2015-07-29
7
7
baseline_high_date: 2018-01-29
8
8
support:
9
- chrome: "20 "
10
- chrome_android: "25 "
9
+ chrome: "1 "
10
+ chrome_android: "18 "
11
11
edge: "12"
12
- firefox: "25 "
13
- firefox_android: "25 "
14
- safari: "6 "
15
- safari_ios: "6 "
12
+ firefox: "1 "
13
+ firefox_android: "4 "
14
+ safari: "1 "
15
+ safari_ios: "1 "
16
16
compat_features:
17
+ # ⬇️ Same status as overall feature ⬇️
17
18
# baseline: high
18
19
# baseline_low_date: 2015-07-29
19
20
# baseline_high_date: 2018-01-29
@@ -130,7 +131,6 @@ compat_features:
130
131
- api.HTMLTableRowElement.insertCell.index_parameter_negative_one
131
132
- api.HTMLTableRowElement.insertCell.index_parameter_optional
132
133
133
- # ⬇️ Same status as overall feature ⬇️
134
134
# baseline: high
135
135
# baseline_low_date: 2015-07-29
136
136
# baseline_high_date: 2018-01-29
You can’t perform that action at this time.
0 commit comments