Skip to content

Commit adbec23

Browse files
committed
[css-values-5] mix() should be restricted to <keyframes-name> w3c#11121
1 parent 963fd9f commit adbec23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-values-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ Interpolated Property Values: the ''mix()'' notation</h3>
11451145
<pre class="prod">
11461146
<dfn><<mix()>></dfn> =
11471147
mix( <<progress>> , <<whole-value>> , <<whole-value>> ) |
1148-
mix( <<progress>> && of <<'animation-name'>> )
1148+
mix( <<progress>> && of <<keyframes-name>> )
11491149
</pre>
11501150

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

0 commit comments

Comments
 (0)