Skip to content

Commit

Permalink
Adds table and related elements (#1369)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
petele and ddbeck authored Jul 17, 2024
1 parent 5763f07 commit 1497e7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions features/draft/html-elements/table.yml → features/table.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
draft_date: 2024-06-05
name: Tables
description: The `<table>` element TODO.
description: The `<table>` HTML element, with several related elements, represents tabular data in rows and columns of cells.
spec: https://html.spec.whatwg.org/multipage/tables.html
status:
compute_from: html.elements.table
group: html
compat_features:
- api.HTMLTableCaptionElement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ status:
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "20"
chrome_android: "25"
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "25"
firefox_android: "25"
safari: "6"
safari_ios: "6"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down Expand Up @@ -130,7 +131,6 @@ compat_features:
- api.HTMLTableRowElement.insertCell.index_parameter_negative_one
- api.HTMLTableRowElement.insertCell.index_parameter_optional

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down

0 comments on commit 1497e7e

Please # to comment.