Skip to content

Commit 7fc2d95

Browse files
committed
[css-values-5][editorial] Mention <number> in calc-*(). #6245
1 parent f722724 commit 7fc2d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ Weighted Average Notations: the *-mix() family</h2>
859859

860860
The [=mix notations=] in CSS include:
861861
* ''calc-mix()'',
862-
for mixing <<length>>, <<percentage>>, <<time>>,
862+
for mixing <<number>>, <<length>>, <<percentage>>, <<time>>,
863863
and other dimensions representable in ''calc()'' expressions
864864
* ''transform-mix()'',
865865
for mixing <<transform-list>>s
@@ -1001,7 +1001,7 @@ Interpolation Mapping Notations: the *-interpolate() family</h2>
10011001

10021002
The [=interpolation notations=] in CSS include:
10031003
* ''calc-interpolate()'',
1004-
for interpolating <<length>>, <<percentage>>, <<time>>,
1004+
for interpolating <<number>>, <<length>>, <<percentage>>, <<time>>,
10051005
and other dimensions representable in ''calc()'' expressions
10061006
* ''transform-interpolate()'',
10071007
for interpolating <<transform-list>>s

0 commit comments

Comments
 (0)