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

By analogy with `"*"`, I think I'll just call it `"1/"`, actually.

And tho I don't think we'll ever build it that way, it needs to be able to accept multiple arguments (since the other operators do), which I think I'll interpret as being multiplied together before the whole thing is inverted.  That is, `CSSMathValue("+", 1, CSSMathValue("1/", 2, 3))` will equal `calc(1 + (1 / 2 / 3))`.

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

Received on Tuesday, 25 April 2017 00:13:46 UTC