Re: [csswg-drafts] [css-values-4] Definition of a calculation (#6802)

Also:

> Math functions are turned into calculation trees depending on the function:
>
> - `calc()`: The internal representation of a `calc()` function is the result of parsing a calculation from its argument.

`calc()` is turned into a calculation tree, but the procedure to serialize a calculation tree does not include a step to wrap it in `calc()`. Obviously, `calc()` is turned into calculation tree but it should stay a math function. But I do not see how it can still be a math function because it is turned into a calculation tree by parsing a calculation from its argument, ie. the calculation values.

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6802#issuecomment-962551761 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 7 November 2021 04:51:26 UTC