- From: fantasai via GitHub <noreply@w3.org>
- Date: Wed, 17 Dec 2025 16:26:50 +0000
- To: public-css-archive@w3.org
There seem to be two proposals here (from discussions in other issues). In both cases, they reset all the `grid` sub-properties and also set the orientation control (TBD), the `grid-template-rows/columns` property in the appropriate axis, and the `grid-template-areas` property with a syntax transformation to make it work in the appropriate axis. ``` /* dedicated shorthand */ grid-lanes: <'grid-template-columns'> || <string>+ || <'grid-lanes-direction'>; /* re-use grid shorthand */ grid: [ rows | columns ] <'grid-template-columns'> || <string>+ || <'grid-auto-flow'>; ``` -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12023#issuecomment-3666148876 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 December 2025 16:26:51 UTC