Skip to content

Commit e4f38f9

Browse files
committed
[css-values] Serialize all functions in summation
We previously only allowed for min and max in summation. https://drafts.csswg.org/css-values-4/#math-function-serialize-a-summation We can now also have clamp, sin, ..., hypot.
1 parent a7cec86 commit e4f38f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-values-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3247,7 +3247,8 @@ Serialization</h3>
32473247
1. The number, if present
32483248
2. The percentage, if present
32493249
3. The dimensions, ordered by their units <a>ASCII case-insensitive</a> alphabetically
3250-
4. The ''min()'' and ''max()'' functions,
3250+
4. <a href="#comp-func">Comparison</a>, <a href="#trig-funcs">trigonometric</a>
3251+
and <a href="#exponent-funcs">exponential</a> functions,
32513252
in the order they appeared in the original expression.
32523253

32533254
2. Serialize all the terms,

0 commit comments

Comments
 (0)