Re: [csswg-drafts] [css-values-5] issues with interpolation rules for calc-size() (#10220)

Alternate proposal: instead of doing the stacked computations to avoid blowout, just substitute directly and allow UAs to fail if the substitution gets too large. That's what we already do with variables, after all. If it gets "too large" just treat the property as IACVT. That way we don't have to invent anything new.

In other words, `calc-size(calc-size(min-content, size + 50px), size + size)` would canonicalize to `calc-size(min-content, (size + 50px) + (size + 50px))`.

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


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

Received on Tuesday, 14 May 2024 15:55:25 UTC