@@ -2363,8 +2363,8 @@ Converting predefined colorspaces to Lab</h4>
23632363 <ol>
23642364 <li> Convert from gamma-corrected RGB to linear-light RGB (undo gamma encoding)
23652365 <li> Convert from linear RGB to CIE XYZ
2366- <li> Convert from a D65 whitepoint (used by both display-p3 and rec2020) to the D50 whitepoint used in Lab,
2367- with the Bradford transform
2366+ <li> Convert from a D65 whitepoint (used by sRGB, '' display-p3'' ', ''a98-rgb' '' and '' rec2020''' ) to the D50 whitepoint used in Lab,
2367+ with the Bradford transform. '' prophoto-rgb ''' already has a D50 whitepoint.
23682368 <li>Convert D50-adapted XYZ to Lab
23692369 </ol>
23702370
@@ -2377,15 +2377,15 @@ Converting Lab to predefined colorspaces</h4>
23772377
23782378 <ol>
23792379 <li>Convert Lab to (D50-adapted) XYZ
2380- <li> Convert from a D50 whitepoint (used by Lab) to the D65 whitepoint used in sRGB,
2381- with the Bradford transform
2380+ <li>Convert from a D50 whitepoint (used by Lab) to the D65 whitepoint used in sRGB and most other RGB spaces ,
2381+ with the Bradford transform. '' prophoto-rgb ''' does not require this step.
23822382 <li>Convert from (D65-adapted) CIE XYZ to linear RGB
23832383 <li>Convert from linear-light RGB to RGB (do gamma encoding)
23842384 </ol>
23852385
23862386 Implementations may choose to implement these steps in some other way
23872387 (for example, using an ICC profile with relative colorimetric rendering intent)
2388- provided the results are the same for colors inside the source and destination gamuts.
2388+ provided the results are the same for colors inside both the source and destination gamuts.
23892389
23902390<h3 id="at-profile">
23912391Specifying a color profile: the '' @color-profile'' at-rule</h3>
0 commit comments