Skip to content

Commit 22928f8

Browse files
committed
[css-color-5] Add missing color-mix to grammar of <color>, #9445
1 parent d151cab commit 22928f8

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
@@ -123,7 +123,7 @@ Introduction {#intro}
123123
Colors in CSS are represented by the <dfn export><<color>></dfn> type:
124124

125125
<pre class='prod'>
126-
&lt;color> = <<absolute-color-base>> | currentcolor | <<system-color>> | <<device-cmyk()>> | <<light-dark()>>
126+
&lt;color> = <<absolute-color-base>> | currentcolor | <<system-color>> | <<device-cmyk()>> | <<color-mix()>> | <<light-dark()>>
127127
128128
<dfn>&lt;absolute-color-base></dfn> = <<hex-color>> | <<absolute-color-function>> | <<named-color>> | transparent
129129
<dfn>&lt;absolute-color-function></dfn> = <<rgb()>> | <<rgba()>> |

0 commit comments

Comments
 (0)