File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4743,7 +4743,7 @@ Color Space for Interpolation</h3>
4743
4743
4744
4744
<pre class='prod'>
4745
4745
<dfn export><color-space></dfn> = <rectangular-color-space> | <polar-color-space>
4746
- <dfn export><rectangular-color-space></dfn> = <l>''srgb''</l> | <l>''srgb-linear''</l> | <l>''display-p3''</l> | <l>''a98-rgb''</l> | <l>''prophoto-rgb''</l> | <l>''rec2020''</l> | <l>''lab''</l> | <l>''oklab''</l> | <l>''xyz''</l> | <l>'' xyz-d50''</l> | <l>''xyz-d65''</l >
4746
+ <dfn export><rectangular-color-space></dfn> = <l>''srgb''</l> | <l>''srgb-linear''</l> | <l>''display-p3''</l> | <l>''a98-rgb''</l> | <l>''prophoto-rgb''</l> | <l>''rec2020''</l> | <l>''lab''</l> | <l>''oklab''</l> | << xyz-space> >
4747
4747
<dfn export><polar-color-space></dfn> = <l>''hsl''</l> | <l>''hwb''</l> | <l>''lch''</l> | <l>''oklch''</l>
4748
4748
<dfn export><hue-interpolation-method></dfn> = [ shorter | longer | increasing | decreasing ] hue
4749
4749
<dfn export id="color-interpolation-method"><color-interpolation-method></dfn> = in [ <<rectangular-color-space>> | <<polar-color-space>> <<hue-interpolation-method>> ? ]
Original file line number Diff line number Diff line change @@ -1734,8 +1734,7 @@ The OkLCh chroma has dropped from 0.251 to 0.117.
1734
1734
<dfn><custom-params></dfn> = <<dashed-ident>> [ <<number>> | <<percentage>> | none ]+
1735
1735
<dfn><predefined-rgb-params></dfn> = <<predefined-rgb>> [ <<number>> | <<percentage>> | none ]{3}
1736
1736
<dfn><predefined-rgb></dfn> = srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020
1737
- <dfn><xyz-params></dfn> = <<xyz>> [ <<number>> | <<percentage>> | none ]{3}
1738
- <dfn><xyz></dfn> = xyz | xyz-d50 | xyz-d65
1737
+ <dfn><xyz-params></dfn> = <<xyz-space>> [ <<number>> | <<percentage>> | none ]{3}
1739
1738
</pre>
1740
1739
1741
1740
@@ -2755,7 +2754,7 @@ or any other color or monochrome output device which has been characterized.
2755
2754
2756
2755
<pre class='prod'>
2757
2756
<dfn export><color-space></dfn> = <<rectangular-color-space>> | <<polar-color-space>> | <<custom-color-space>>
2758
- <dfn export><rectangular-color-space></dfn> = <l>''srgb''</l> | <l>''srgb-linear''</l> | <l>''display-p3''</l> | <l>''a98-rgb''</l> | <l>''prophoto-rgb''</l> | <l>''rec2020''</l> | <l>''lab''</l> | <l>''oklab''</l> | <l>''xyz''</l> | <l>'' xyz-d50''</l> | <l>''xyz-d65''</l >
2757
+ <dfn export><rectangular-color-space></dfn> = <l>''srgb''</l> | <l>''srgb-linear''</l> | <l>''display-p3''</l> | <l>''a98-rgb''</l> | <l>''prophoto-rgb''</l> | <l>''rec2020''</l> | <l>''lab''</l> | <l>''oklab''</l> | << xyz-space> >
2759
2758
<dfn export><polar-color-space></dfn> = <l>''hsl''</l> | <l>''hwb''</l> | <l>''lch''</l> | <l>''oklch''</l>
2760
2759
<dfn export><custom-color-space></dfn> = <<dashed-ident>>
2761
2760
<dfn export><hue-interpolation-method></dfn> = [ shorter | longer | increasing | decreasing ] hue
You can’t perform that action at this time.
0 commit comments