Skip to content

Commit

Permalink
[css-color-5][editorial] correct grammar for device-cmyk
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Nov 7, 2023
1 parent eba7feb commit d59cd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ or any other color or monochrome output device which has been characterized.
<pre class='prod'>
<dfn>device-cmyk()</dfn> = <<legacy-device-cmyk-syntax>> | <<modern-device-cmyk-syntax>>
<dfn>&lt;legacy-device-cmyk-syntax></dfn> = device-cmyk( <<number>>#{4} )
<dfn>&lt;modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>>{4} [ / <<alpha-value>> | ''none'' ]? )
<dfn>&lt;modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>>{4} [ / [ <<alpha-value>> | ''none'' ] ]? )
<dfn>&lt;cmyk-component></dfn> = <<number>> | <<percentage>> | ''none''
</pre>

Expand Down

0 comments on commit d59cd87

Please sign in to comment.