Re: [csswg-drafts] [css-display-4] Do we need `reading-order: <integer>` or should `reading-order: auto` be allowable in all grid or flex layouts? (#8589)

I think this works.

> (Do we want a "DOM order, but let order take effect as well" value? That lets you stick with the "I made a good DOM order, just follow it" behavior of normal, but allows small tweaks for layout breakpoints. If so, I propose from-order.)

So that would give the options:

- I changed the `order` and want the visual and reading order to be different (don't use `reading-order-items`.)
- I changed the `order` and want the visual and reading order to be the same and take order into account (use `reading-order-items` and the flex or grid keyword values)
- I changed the order and want the reading order to follow the order-modified order but no other changes from the flex or grid layout (use `reading-order-items: normal from-order`)

That seems useful, and worth adding. 

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


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

Received on Wednesday, 23 August 2023 17:04:51 UTC