Re: [csswg-drafts] [css-grid] Allow 0 as first argument to repeat() (#9371)

Note it's not just being ignored, e.g. `repeat(0, auto)` would need to be treated as `none` I guess? And what about `[a] repeat(0, auto) [b]`, the line names should probably merge like `[a b]`, but that alone is not valid, and can't be combined with `none`.

Could be done, but need to be careful with a few things, I'm not convinced it's worth it.

I think `grid-auto-columns: var(--default-column-width)` would be a better way to define the default column size.

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


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

Received on Thursday, 21 September 2023 01:57:22 UTC