Skip to content

Commit d59cd87

Browse files
committed
[css-color-5][editorial] correct grammar for device-cmyk
1 parent eba7feb commit d59cd87

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
@@ -2319,7 +2319,7 @@ or any other color or monochrome output device which has been characterized.
23192319
<pre class='prod'>
23202320
<dfn>device-cmyk()</dfn> = <<legacy-device-cmyk-syntax>> | <<modern-device-cmyk-syntax>>
23212321
<dfn>&lt;legacy-device-cmyk-syntax></dfn> = device-cmyk( <<number>>#{4} )
2322-
<dfn>&lt;modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>>{4} [ / <<alpha-value>> | ''none'' ]? )
2322+
<dfn>&lt;modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>>{4} [ / [ <<alpha-value>> | ''none'' ] ]? )
23232323
<dfn>&lt;cmyk-component></dfn> = <<number>> | <<percentage>> | ''none''
23242324
</pre>
23252325

0 commit comments

Comments
 (0)