Closed DevSDK closed 1 year ago
css-values-4 mentions eagerly simplifying values and expressions. However, this seems unaddressed in the css-typed-om.
If a calc tree is constructed via Typed OM, do we need to eagerly simplify it for, eg, serialization?
No; it makes no mention of it because it doesn't happen. Simplification only happens as part of the CSS value computation process (specified -> computed -> used, etc).
css-values-4 mentions eagerly simplifying values and expressions. However, this seems unaddressed in the css-typed-om.
If a calc tree is constructed via Typed OM, do we need to eagerly simplify it for, eg, serialization?