File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,7 +238,8 @@ Resolving <<color>> Values</h3>
238238<h2 id='numeric-srgb'>
239239sRGB Colors</h2>
240240
241- CSS colors in the sRGB color space are represented by a triplet of values--
241+ CSS colors in the <dfn>sRGB</dfn> color space
242+ are represented by a triplet of values--
242243 red, green, and blue--
243244 identifying a point in the sRGB color space [[!SRGB]] .
244245 This is an internationally-recognized, device-independent color space,
@@ -1811,7 +1812,11 @@ Converting sRGB colors to Lab colors</h3>
18111812
18121813 <!-- make these steps links to the appropriate section in a calculations appendix -->
18131814 <ol>
1814- <li> Convert from sRGB to linear-light sRGB (undo gamma encoding)
1815+ <li> Convert from sRGB to <dfn>linear-light sRGB</dfn> (undo gamma encoding).
1816+ This has the same gamut as sRGB,
1817+ but is now additive,
1818+ so that arithmetic operations on the values
1819+ give the correct results.
18151820 <li> Convert from linear sRGB to CIE XYZ
18161821 <li> Convert from a D65 whitepoint (used by sRGB) to the D50 whitepoint used
18171822 in Lab, with the Bradford transform [[!Bradford-CAT]]
You can’t perform that action at this time.
0 commit comments