Re: [csswg-drafts] [css-display-4] Initial value of `reading-flow` (#11396)

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