Re: [csswg-drafts] [css-values-4] Should arguments to min/max get simplified when only partial simplification is possible? (#4756)

Well, thinking twice, I'd tend to prefer simplifying slightly, just because work scales better.

So if you have `min(10px, 32px, 500px, 10%)`, you need to do a bunch of comparisons every time that value is used instead of a couple... Now repeat that a thousand times and...

I wonder what @smfr and other implementors think. If they're fine with no change so am I.

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

Received on Tuesday, 11 February 2020 01:08:02 UTC