Re: [csswg-drafts] [css-display-4] Add new inner display type 'stacked' (#8321)

With that behavior I would use the "items" notation from #4002:

 - `grid-items-column-start`: sets the default `grid-column-start` for the items
 - `grid-items-column-end`: sets the default `grid-column-end` for the items
 - `grid-items-row-start`: sets the default `grid-row-start` for the items
 - `grid-items-row-end`: sets the default `grid-row-end` for the items
 - `grid-items-column`: shorthand for `grid-items-column-start` and `grid-items-column-end`
 - `grid-items-row`: shorthand for `grid-items-row-start` and `grid-items-row-end`
 - `grid-items-area`: shorthand for the 4 longhands

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8321#issuecomment-1387222387 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 18 January 2023 15:07:02 UTC