Re: [css-houdini-drafts] [css-typed-om] can <calc> normalization from parsing/cssom simplify the expression?

Under the previous "no unit algebra" rules for calc(), yes, multiplications/divisions never actually show up in the result - you can always simplify the expression into a sum of unit-values (or min()/max(), now).

But Typed OM implicitly allows unit algebra (expressions like `5px/1em`), and Values 4 will allow it as soon as I finish writing the text for it (which I started before winter break), per WG resolution.

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

Received on Wednesday, 3 January 2018 00:34:21 UTC