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

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