Skip to content

Commit e73432a

Browse files
committed
[css-values-5] Specify the generic computed/used behavior for *-mix(), copying from *-interpolate(). #6245
1 parent bcba68e commit e73432a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

css-values-5/Overview.bs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,18 @@ Normalizing Mix Percentages</h3>
912912
mixed into the final result.
913913
</div>
914914

915+
<h3 id=mix-resolution>
916+
Mix Resolution</h3>
917+
918+
The [=used value=] of a valid [=mix notation=] is
919+
the weighted average of its arguments,
920+
as specified by the specific notation.
921+
922+
The [=computed value=] is the [=used value=] if it is possible to calculate.
923+
Otherwise,
924+
it is the [=mix notation=] itself,
925+
with its arguments computed individually.
926+
915927
<h3 id="calc-mix">
916928
Weighted Average of Numeric and Dimensional Values: the ''calc-mix()'' notation</h3>
917929

0 commit comments

Comments
 (0)