@@ -1845,7 +1845,7 @@ or any other color or monochrome output device which has been characterized.
18451845 It's defined as:
18461846
18471847 <pre class='prod'>
1848- @color-profile = @color-profile [<<dashed-ident>> | '' device-cmyk'' ] { <<declaration-list>> }
1848+ @color-profile = @color-profile [<<dashed-ident>> | device-cmyk] { <<declaration-list>> }
18491849 </pre>
18501850
18511851 <wpt>
@@ -2407,8 +2407,8 @@ or any other color or monochrome output device which has been characterized.
24072407 <pre class='prod'>
24082408 <dfn>device-cmyk()</dfn> = <<legacy-device-cmyk-syntax>> | <<modern-device-cmyk-syntax>>
24092409 <dfn><legacy-device-cmyk-syntax></dfn> = device-cmyk( <<number>> #{4} )
2410- <dfn><modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>> {4} [ / [ <<alpha-value>> | '' none'' ] ]? )
2411- <dfn><cmyk-component></dfn> = <<number>> | <<percentage>> | '' none''
2410+ <dfn><modern-device-cmyk-syntax></dfn> = device-cmyk( <<cmyk-component>> {4} [ / [ <<alpha-value>> | none ] ]? )
2411+ <dfn><cmyk-component></dfn> = <<number>> | <<percentage>> | none
24122412 </pre>
24132413
24142414 The arguments of the ''device-cmyk()'' function specify the cyan, magenta, yellow, and black components, in order,
@@ -2653,8 +2653,8 @@ or any other color or monochrome output device which has been characterized.
26532653
26542654 <pre class='prod'>
26552655 <dfn export><color-space></dfn> = <<rectangular-color-space>> | <<polar-color-space>> | <<custom-color-space>>
2656- <dfn export><rectangular-color-space></dfn> = '' srgb'' | '' srgb-linear'' | '' display-p3'' | '' a98-rgb'' | '' prophoto-rgb'' | '' rec2020'' | '' lab'' | '' oklab'' | '' xyz'' | '' xyz-d50'' | '' xyz-d65''
2657- <dfn export><polar-color-space></dfn> = '' hsl'' | '' hwb'' | '' lch'' | '' oklch''
2656+ <dfn export><rectangular-color-space></dfn> = srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65
2657+ <dfn export><polar-color-space></dfn> = hsl | hwb | lch | oklch
26582658 <dfn export><custom-color-space></dfn> = <<dashed-ident>>
26592659 <dfn export><hue-interpolation-method></dfn> = [ shorter | longer | increasing | decreasing ] hue
26602660 <dfn export id="color-interpolation-method"><color-interpolation-method></dfn> = in [ <<rectangular-color-space>> | <<polar-color-space>> <<hue-interpolation-method>> ? | <<custom-color-space>> ]
0 commit comments