Skip to content

Commit 84366aa

Browse files
committed
[css-color-5] Re-introduce commas per WG resolution, closes w3c#6066
1 parent cb65ab1 commit 84366aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Mixing colors: the ''color-mix()'' function {#color-mix}
121121

122122

123123
<pre class='prod'>
124-
<dfn>color-mix()</dfn> = color-mix( in <<colorspace>> && [ [ <<color>> && [ <<percentage>> ]? ] <<color>> ])
124+
<dfn>color-mix()</dfn> = color-mix( in <<colorspace>> , [ <<color>> && <<percentage>>? ]#{2})
125125
</pre>
126126

127127
If a percentage is omitted, it defaults to 50% (an equal mix of the two colors).

0 commit comments

Comments
 (0)