- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Apr 2017 05:59:59 +0000
- To: public-houdini-archive@w3.org
Question! What's the representation of `calc(1 * 2 / 3 * 4 / 5)`? Can we re-order arbitrarily to simplify things, like `Math("/", [Math("*", [1, 2, 4]), Math("*", [3, 5])])`? Or do we need to preserve ordering, like `Math("*", [1, Math("/", [2, 3]), Math("*", [4, 5])])`? -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/359#issuecomment-294695336 using your GitHub account
Received on Tuesday, 18 April 2017 06:00:05 UTC