Re: [csswg-drafts] [css-syntax][css-shapes] Repeating segments in `shape()` (and perhaps as a generic thing?) (#13862)

<bikeshedding> Maybe calling this `for` is fine?

```
for([<<custom-ident>> of] <<number>>: <<repeated-clause>>)
```

e.g.
```css
for(--i of 3: hline by 3px, vline by calc(3px * var(--i)))
```

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


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

Received on Friday, 8 May 2026 18:31:52 UTC