Re: [css-houdini-drafts] [css-typed-om] Will need to handle min()/max()

And I assume that the "/" operator can take >2 arguments, with the first argument serving as the numerator and all additional arguments being multiplied together to form the denominator? So that `Math("/", [1, 2, 3])` implies `calc(1 / 2 / 3)`.  (This is the interpretation that Lisp gives to the `/` function.)

And I assume that 0-arguments are an error? We don't have a privileged identity value - we can't tell if `Math("+", [])` should resolve to a 0px, 0deg, or what.  And the identify values for min/max are positive/negative infinity, which aren't CSS values.

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

Received on Tuesday, 18 April 2017 06:04:24 UTC