@@ -1845,7 +1845,7 @@ or any other color or monochrome output device which has been characterized.
1845
1845
It's defined as:
1846
1846
1847
1847
<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>> }
1849
1849
</pre>
1850
1850
1851
1851
<wpt>
@@ -2407,8 +2407,8 @@ or any other color or monochrome output device which has been characterized.
2407
2407
<pre class='prod'>
2408
2408
<dfn>device-cmyk()</dfn> = <<legacy-device-cmyk-syntax>> | <<modern-device-cmyk-syntax>>
2409
2409
<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
2412
2412
</pre>
2413
2413
2414
2414
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.
2653
2653
2654
2654
<pre class='prod'>
2655
2655
<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
2658
2658
<dfn export><custom-color-space></dfn> = <<dashed-ident>>
2659
2659
<dfn export><hue-interpolation-method></dfn> = [ shorter | longer | increasing | decreasing ] hue
2660
2660
<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