Skip to content

Commit 37211f2

Browse files
committed
[css-values] Add clamp() to the list.
1 parent 3a7eca5 commit 37211f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ Computed Value</h4>
18781878

18791879
The computed value of a ''calc()'' function is the expression
18801880
with all components computed.
1881-
The computed value of a ''min()'' or ''max()'' function
1881+
The computed value of a ''min()'', ''max()'', or ''clamp()'' function
18821882
is the comma-separated list of expressions,
18831883
with each expression having all its component computed.
18841884

0 commit comments

Comments
 (0)