We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba7feb commit d59cd87Copy full SHA for d59cd87
css-color-5/Overview.bs
@@ -2319,7 +2319,7 @@ or any other color or monochrome output device which has been characterized.
2319
<pre class='prod'>
2320
<dfn>device-cmyk()</dfn> = <<legacy-device-cmyk-syntax>> | <<modern-device-cmyk-syntax>>
2321
<dfn><legacy-device-cmyk-syntax></dfn> = device-cmyk( <<number>>#{4} )
2322
- <dfn><modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>>{4} [ / <<alpha-value>> | ''none'' ]? )
+ <dfn><modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>>{4} [ / [ <<alpha-value>> | ''none'' ] ]? )
2323
<dfn><cmyk-component></dfn> = <<number>> | <<percentage>> | ''none''
2324
</pre>
2325
0 commit comments