Re: Can we have more maths in calc()?

On 4/7/14 9:48 PM, Boris Zbarsky wrote:
> I would think so.  Given real numbers A, B:
>
>    min(Apx, Bpx) == min(A,B)*1px
>    min(A%, B%) == min(A, B)*1%

Ah, but that still doesn't let you do min(A%, Bpx), right.

So it might be ok to do this.  Your example needs this for 
<number>-typed expressions, not just literal <number>, correct?

-Boris

Received on Tuesday, 8 April 2014 01:56:44 UTC