Skip to content

Commit 3c0c987

Browse files
authored
Merge pull request #3785 from ewilligers/function-summation
[css-values] Serialize all functions in summation
2 parents c049dd1 + a90ad1f commit 3c0c987

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)