From 86af2ac91b4e98119af6a17763bce322fd472dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 24 May 2024 23:40:21 +0200 Subject: [PATCH] Add a Grid group (#1136) --- features/grid-animation.dist.yml | 1 + features/grid-animation.yml | 1 + features/grid.dist.yml | 2 +- features/grid.yml | 2 +- features/subgrid.dist.yml | 2 +- features/subgrid.yml | 2 +- groups/grid.yml | 6 ++++++ 7 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 groups/grid.yml diff --git a/features/grid-animation.dist.yml b/features/grid-animation.dist.yml index 782e4d5369e..8ef0c0d7bc5 100644 --- a/features/grid-animation.dist.yml +++ b/features/grid-animation.dist.yml @@ -4,6 +4,7 @@ name: Grid animation description: Grid animation allows you to animate the `grid-template-columns` and `grid-template-rows` CSS properties. spec: https://drafts.csswg.org/css-grid-2/#track-sizing +group: grid status: baseline: low baseline_low_date: 2022-10-27 diff --git a/features/grid-animation.yml b/features/grid-animation.yml index 063ecb64285..86973ac3477 100644 --- a/features/grid-animation.yml +++ b/features/grid-animation.yml @@ -1,3 +1,4 @@ name: Grid animation description: Grid animation allows you to animate the `grid-template-columns` and `grid-template-rows` CSS properties. spec: https://drafts.csswg.org/css-grid-2/#track-sizing +group: grid diff --git a/features/grid.dist.yml b/features/grid.dist.yml index 57f4971879b..cd1f08f6587 100644 --- a/features/grid.dist.yml +++ b/features/grid.dist.yml @@ -4,7 +4,7 @@ name: Grid 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: layout +group: grid caniuse: css-grid usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1693 status: diff --git a/features/grid.yml b/features/grid.yml index a8ff06bfac6..54cf9f002c2 100644 --- a/features/grid.yml +++ b/features/grid.yml @@ -1,6 +1,6 @@ name: Grid 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: layout +group: grid caniuse: css-grid usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1693 diff --git a/features/subgrid.dist.yml b/features/subgrid.dist.yml index bd65e6105ee..89edd75b66b 100644 --- a/features/subgrid.dist.yml +++ b/features/subgrid.dist.yml @@ -4,7 +4,7 @@ name: Subgrid description: "The `subgrid` value for the `grid-template-columns` and `grid-template-rows` properties allows a grid item to inherit the grid definition of its parent grid container." spec: https://drafts.csswg.org/css-grid-2/#subgrids -group: layout +group: grid caniuse: css-subgrid usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4680 status: diff --git a/features/subgrid.yml b/features/subgrid.yml index b8840921641..1b916dfcc5c 100644 --- a/features/subgrid.yml +++ b/features/subgrid.yml @@ -1,6 +1,6 @@ name: Subgrid description: "The `subgrid` value for the `grid-template-columns` and `grid-template-rows` properties allows a grid item to inherit the grid definition of its parent grid container." spec: https://drafts.csswg.org/css-grid-2/#subgrids -group: layout +group: grid caniuse: css-subgrid usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4680 diff --git a/groups/grid.yml b/groups/grid.yml new file mode 100644 index 00000000000..6fafef46691 --- /dev/null +++ b/groups/grid.yml @@ -0,0 +1,6 @@ +# https://drafts.csswg.org/css-grid/ (any level) but excluding Masonry, as it's +# currently being debated if it should be part of Grid or not: +# https://webkit.org/blog/15269/help-us-invent-masonry-layouts-for-css-grid-level-3/ +# https://developer.chrome.com/blog/masonry +name: Grid +parent: layout