- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 25 Apr 2017 00:13:39 +0000
- To: public-houdini-archive@w3.org
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