Skip to content

Commit 1497e7e

Browse files
peteleddbeck
andauthored
Adds table and related elements (#1369)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 5763f07 commit 1497e7e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

features/draft/html-elements/table.yml renamed to features/table.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
draft_date: 2024-06-05
21
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.
43
spec: https://html.spec.whatwg.org/multipage/tables.html
4+
status:
5+
compute_from: html.elements.table
56
group: html
67
compat_features:
78
- api.HTMLTableCaptionElement

features/draft/html-elements/table.yml.dist renamed to features/table.yml.dist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ status:
66
baseline_low_date: 2015-07-29
77
baseline_high_date: 2018-01-29
88
support:
9-
chrome: "20"
10-
chrome_android: "25"
9+
chrome: "1"
10+
chrome_android: "18"
1111
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"
1616
compat_features:
17+
# ⬇️ Same status as overall feature ⬇️
1718
# baseline: high
1819
# baseline_low_date: 2015-07-29
1920
# baseline_high_date: 2018-01-29
@@ -130,7 +131,6 @@ compat_features:
130131
- api.HTMLTableRowElement.insertCell.index_parameter_negative_one
131132
- api.HTMLTableRowElement.insertCell.index_parameter_optional
132133

133-
# ⬇️ Same status as overall feature ⬇️
134134
# baseline: high
135135
# baseline_low_date: 2015-07-29
136136
# baseline_high_date: 2018-01-29

0 commit comments

Comments
 (0)