@@ -417,8 +417,8 @@ Interpolated Property Values: the ''mix()'' notation</h3>
417
417
</pre>
418
418
419
419
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=] ).
422
422
The second uses the [=mix progress value=]
423
423
to interpolate the corresponding property declarations from a set of keyframes,
424
424
allowing for more complex interpolation curves.
@@ -428,7 +428,7 @@ Interpolated Property Values: the ''mix()'' notation</h3>
428
428
because the values themselves can contain commas.
429
429
430
430
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()''
432
432
are [=interpolation|interpolable=]
433
433
as values for the property in which it is specified,
434
434
and the interpolated value can be represented without ''mix()'' ,
@@ -439,7 +439,7 @@ Interpolated Property Values: the ''mix()'' notation</h3>
439
439
the [=computed value=] of ''mix()'' is
440
440
the ''mix()'' [=functional notation=] itself
441
441
with its <<progress>> value computed
442
- and its <<declaration -value>> s (if provided)
442
+ and its <<whole -value>> s (if provided)
443
443
computed as values for this property.
444
444
445
445
<div class="example">
0 commit comments