We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcba68e commit e73432aCopy full SHA for e73432a
css-values-5/Overview.bs
@@ -912,6 +912,18 @@ Normalizing Mix Percentages</h3>
912
mixed into the final result.
913
</div>
914
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
927
<h3 id="calc-mix">
928
Weighted Average of Numeric and Dimensional Values: the ''calc-mix()'' notation</h3>
929
0 commit comments