Re: [csswg-drafts] [css-grid] Should calc(1fr) be invalid? (#6989)

Definitely a bug; fr units should be math'able just fine. That note is, indeed, just observing that fr is not a `<length>` so `calc(1px + 1fr)` is invalid, but `calc(1fr / 3)` should be just fine.

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


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

Received on Wednesday, 26 January 2022 16:56:14 UTC