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

I suppose this may be naive, but I simply thought of it as just serializing as nothing. So `grid-template-columns: repeat(0, auto)` is equivalent to `grid-template-columns: ;` and `[a] repeat(0, auto) [b]` is equivalent to writing `[a]  [b]`. I suppose in some cases it is not pretty that an expression can turn invalid depending on its arguments, but presumably that's up to the author.

-- 
GitHub Notification of comment by vrugtehagel
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9371#issuecomment-1729009786 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 07:30:21 UTC