Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion features/grid.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Grid
description: CSS Grid is a two-dimensional layout system, which lays content out in rows and columns.
description: CSS grid is a two-dimensional layout system, which lays content out in rows and columns.
spec: https://drafts.csswg.org/css-grid-3/
group: grid
caniuse: css-grid
status:
compute_from: css.properties.grid
compat_features:
- css.types.flex
- css.properties.align-content.grid_context
Expand Down
19 changes: 10 additions & 9 deletions features/grid.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

status:
baseline: high
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
baseline_low_date: 2017-10-17
baseline_high_date: 2020-04-17
support:
chrome: "66"
chrome_android: "66"
edge: "79"
firefox: "76"
firefox_android: "79"
safari: "12.1"
safari_ios: "12.2"
chrome: "57"
chrome_android: "57"
edge: "16"
firefox: "52"
firefox_android: "52"
safari: "10.1"
safari_ios: "10.3"
compat_features:
# baseline: high
# baseline_low_date: 2017-03-27
Expand Down Expand Up @@ -57,6 +57,7 @@ compat_features:
- css.properties.justify-items.grid_context
- css.properties.justify-self.grid_context

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2017-10-17
# baseline_high_date: 2020-04-17
Expand Down