- From: Di Zhang via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Feb 2025 23:04:16 +0000
- To: public-css-archive@w3.org
I think that this issue should only be handling the masonry/dense packing cases. Proposed resolution: First, update the existing keywords by: * Adding `none`: follow the order of elements in the DOM order, with no reading-flow container. * Change `normal` to `auto`. Second, update how the `auto` value gets interpreted. If the `reading-flow` value is `auto`, it must be interpreted as follow: * If it has `grid-auto-flow: dense` or `grid-auto-flow: dense row`, use `grid-rows`. * Else if it has `grid-auto-flow: dense column`, use `grid-columns`. * Else use `none`. -- GitHub Notification of comment by dizhang168 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11396#issuecomment-2686405286 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 26 February 2025 23:04:17 UTC