Skip to content

Commit 1ce5a46

Browse files
committed
[css-color-5] Add missing 'none' to grammar of device-cmyk, #9445
1 parent 22928f8 commit 1ce5a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-color-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,8 +2316,8 @@ or any other color or monochrome output device which has been characterized.
23162316
The ''device-cmyk()'' function allows authors to specify a color in this way:
23172317

23182318
<pre class='prod'>
2319-
<dfn>device-cmyk()</dfn> = device-cmyk( <<cmyk-component>>{4} [ / <<alpha-value>> ]? )
2320-
<dfn>&lt;cmyk-component></dfn> = <<number>> | <<percentage>>
2319+
<dfn>device-cmyk()</dfn> = device-cmyk( <<cmyk-component>>{4} [ / <<alpha-value>> | ''none'' ]? )
2320+
<dfn>&lt;cmyk-component></dfn> = <<number>> | <<percentage>> | ''none''
23212321
</pre>
23222322

23232323
The arguments of the ''device-cmyk()'' function specify the cyan, magenta, yellow, and black components, in order,

0 commit comments

Comments
 (0)