Skip to content

Commit 6f607f8

Browse files
committed
[css-values-4] Rephrase minimum required calculation size to refer directly to <<calc-value>>, to handle both math functions and lots of parentheses better.
1 parent 3fc9245 commit 6f607f8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css-values-4/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,9 +2837,8 @@ Syntax</h3>
28372837
on what their <<calc-sum>> arguments can contain.
28382838
Check the definitions of the individual functions for details.
28392839

2840-
UAs must support [=math function=] expressions of at least 20 terms,
2841-
where each <code>NUMBER</code>, <code>DIMENSION</code>, or <code>PERCENTAGE</code> is a term.
2842-
If a [=math function=] contains more than the supported number of terms,
2840+
UAs must support [=calculations=] of at least 20 <<calc-values>> terms.
2841+
If a [=calculation=] contains more than the supported number of terms,
28432842
it must be treated as if it were invalid.
28442843

28452844

0 commit comments

Comments
 (0)