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

And I think, rather than the engine always only outputting 1-arg sub/div, I'd go ahead and collect consecutive ones, so `calc(1 / 2 / 3)` becomes `("*", 1, ("/", 2, 3))` (rather than `("*", 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-297864170 using your GitHub account

Received on Thursday, 27 April 2017 23:12:44 UTC