Re: [csswg-drafts] [css-grid] Ability to target items in nth-row of autofilled, implicit grid (#1943)

A child modifying it's layout is possible since forever:
```css
div:nth-child(...) { grid-row: ...; }
```
Practical example e.g. here https://stackoverflow.com/questions/58598575/grid-auto-flow-in-snake-lines.

Cycling issue is just an implementation concern and can be perfectly handled by browsers devs.

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


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

Received on Friday, 15 May 2026 10:20:24 UTC