[csswg-drafts] [css-values-4] Serialization steps for min(1px + 1%) result in extra parentheses (#4513)

smfr has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values-4] Serialization steps for min(1px + 1%) result in extra parentheses ==
Following the steps in https://drafts.csswg.org/css-values-4/#calc-serialize for ``min(1px + 1%)`` results in ``min((1px + 1%))``, because serializing the root follows "serializing a math function" which outputs "min(", then you serialize a Sum node which outputs "(", the contents, then ")", then close the root node with ")".

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4513 using your GitHub account

Received on Saturday, 16 November 2019 18:38:28 UTC