Skip to content

Commit d24a6cf

Browse files
committed
[css-values-5][editorial] Fix some lingering <declaration-value> references. #9341
1 parent 78d657b commit d24a6cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-values-5/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ Interpolated Property Values: the ''mix()'' notation</h3>
417417
</pre>
418418

419419
The first syntax alternative, like other [=mix notations=],
420-
interpolates between the first <<declaration-value>> (its [=mix start value=])
421-
and the second <<declaration-value>> (its [=mix end value=]).
420+
interpolates between the first <<whole-value>> (its [=mix start value=])
421+
and the second <<whole-value>> (its [=mix end value=]).
422422
The second uses the [=mix progress value=]
423423
to interpolate the corresponding property declarations from a set of keyframes,
424424
allowing for more complex interpolation curves.
@@ -428,7 +428,7 @@ Interpolated Property Values: the ''mix()'' notation</h3>
428428
because the values themselves can contain commas.
429429

430430
For the standard [=mix notation=] variant,
431-
if the two <<declaration-value>>s being interpolated by ''mix()''
431+
if the two <<whole-value>>s being interpolated by ''mix()''
432432
are [=interpolation|interpolable=]
433433
as values for the property in which it is specified,
434434
and the interpolated value can be represented without ''mix()'',
@@ -439,7 +439,7 @@ Interpolated Property Values: the ''mix()'' notation</h3>
439439
the [=computed value=] of ''mix()'' is
440440
the ''mix()'' [=functional notation=] itself
441441
with its <<progress>> value computed
442-
and its <<declaration-value>>s (if provided)
442+
and its <<whole-value>>s (if provided)
443443
computed as values for this property.
444444

445445
<div class="example">

0 commit comments

Comments
 (0)