Skip to content

Commit

Permalink
[css-values-5] mix() should be restricted to <keyframes-name> #11121
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Nov 1, 2024
1 parent 963fd9f commit adbec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ Interpolated Property Values: the ''mix()'' notation</h3>
<pre class="prod">
<dfn><<mix()>></dfn> =
mix( <<progress>> , <<whole-value>> , <<whole-value>> ) |
mix( <<progress>> && of <<'animation-name'>> )
mix( <<progress>> && of <<keyframes-name>> )
</pre>

The first syntax alternative, like other [=mix notations=],
Expand Down

0 comments on commit adbec23

Please sign in to comment.