Re: [csswg-drafts] [css-display-4] reading-flow and mix of auto-flow and explicit items (#11208)

Hi, I stumbled on [chrome blog post](https://developer.chrome.com/blog/reading-flow) and after playing around with it decided to ask for a additional feature regarding explicit items. 
I think this thread is closest thing discussing what I want to ask for. 

In this example [A block container using reading-order](https://developer.chrome.com/blog/reading-flow#a_block_container_using_reading-order) reading order starts with `5` and then continues to `1, 2, 3, 4` because 5 have `reading-order: -1`. When we mess around a bit with it and instead set item 3 to `reading-order: -1` then we get ` 3, 1, 2, 4, 5` which feels unnatural but in accordance with 
```
By setting this item's reading-order to -1, the focus order visits it first before falling back to source order for the rest of the reading flow items.
```

I would like to ask for ability to say **continue onward** so when item 3 is starting element we will get order `3, 4, 5, 1, 2`. 

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


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

Received on Wednesday, 7 May 2025 06:22:02 UTC