@@ -329,7 +329,7 @@ Value Definitions</h3>
329329 Three colors form a plane, and the resulting colors
330330 will lie in the triangle they form on the diagram.
331331
332- <figure>
332+ <figure id="fig-ucs-display-p3" >
333333 <img src="images/UCS-display-p3.svg"
334334 width=500 height=464
335335 alt="uv chromaticity diagram of the display-p3 color space">
@@ -2653,7 +2653,7 @@ HWB Colors: ''hwb()'' function</h2>
26532653
26542654 HWB colors resolve to sRGB.
26552655
2656- <figure>
2656+ <figure id="fig-chrome-hwb-picker" >
26572657 <img src="images/color-picker.png" width="545" height="309" alt="">
26582658 <figcaption>
26592659 This is a screenshot of Chrome's color picker,
@@ -3126,7 +3126,7 @@ Device-independent Colors: CIE Lab and LCH, Oklab and Oklch</h2>
31263126 and H is the angle from the positive a axis,
31273127 towards the positive b axis.
31283128
3129- <figure>
3129+ <figure id="fig-cie-lch-hues" >
31303130 <img src="images/CH-plane-wheel.svg" width="500" height="500">
31313131 <figcaption>
31323132 This figure shows the L=50 plane of the CIE Lab color space.
@@ -3885,7 +3885,7 @@ The Predefined sRGB Color Space: the ''sRGB'' keyword</h3>
38853885 c is the gamma-encoded red, green or blue component.
38863886 cl is the corresponding linear-light component.
38873887
3888- <figure>
3888+ <figure id="fig-srgb-lch" >
38893889 <img src="images/sRGB-prim-sec.svg" width=540 height=520
38903890 alt="diagram of sRGB primaries and secondaries in LCH">
38913891 <figcaption> Visualization of the sRGB color space in LCH. The primaries and secondaries are shown.</figcaption>
@@ -4005,7 +4005,7 @@ The Predefined Display P3 Color Space: the ''display-p3'' keyword</h3>
40054005 </tr>
40064006 </table>
40074007
4008- <figure>
4008+ <figure id="fig-displayp3-lch" >
40094009 <img src="images/P3-prim-sec.svg" width=580 height=560
40104010 alt="diagram of P3 primaries and secondaries in LCH">
40114011 <figcaption> Visualization of the P3 color space in LCH.
@@ -4065,7 +4065,7 @@ The Predefined A98 RGB Color Space: the ''a98-rgb'' keyword</h3>
40654065 </tr>
40664066 </table>
40674067
4068- <figure>
4068+ <figure id="fig-a89-lch" >
40694069 <img src="images/a98-prim-sec.svg" width=640 height=560
40704070 alt="diagram of a98 primaries and secondaries in LCH">
40714071 <figcaption> Visualization of the A98 color space in LCH.
@@ -4160,7 +4160,7 @@ The Predefined ProPhoto RGB Color Space: the ''prophoto-rgb'' keyword</h3>
41604160 c is the gamma-encoded red, green or blue component.
41614161 cl is the corresponding linear-light component.
41624162
4163- <figure>
4163+ <figure id="fig-prophoto-lch" >
41644164 <img src="images/prophoto-prim-sec.svg" width=780 height=760
41654165 alt="diagram of prophoto primaries and secondaries in LCH">
41664166 <figcaption> Visualization of the prophoto-rgb color space in LCH. The primaries and secondaries are shown
@@ -4244,7 +4244,7 @@ The Predefined ITU-R BT.2020-2 Color Space: the ''rec2020'' keyword</h3>
42444244 c is the gamma-encoded red, green or blue component.
42454245 cl is the corresponding linear-light component.
42464246
4247- <figure>
4247+ <figure id="fig-rec2020-lch" >
42484248 <img src="images/2020-prim-sec.svg" width=670 height=580
42494249 alt="diagram of rec2020 primaries and secondaries in LCH">
42504250 <figcaption> Visualization of the rec2020 color space in LCH. The primaries and secondaries are shown
@@ -5343,7 +5343,7 @@ Excessive Chroma Reduction</h4>
53435343 <div class="example" id="CIELCH-p3-yellow-noclip">
53445344 In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
53455345 has the chroma progressively reduced in CIE LCH color space.
5346- <figure>
5346+ <figure id="fig-cielch-p3-yellow-noclip" >
53475347 <img src="./images/lab-yellow-LCH-fade.svg" alt="" width="700">
53485348 <figcaption>
53495349 In the upper part of this diagram,
@@ -5363,7 +5363,7 @@ Excessive Chroma Reduction</h4>
53635363 <div class="example" id="Oklch-p3-yellow-noclip">
53645364 In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
53655365 has the chroma progressively reduced, but this time in Oklch color space.
5366- <figure>
5366+ <figure id="fig-oklch=pr=yellow-noclip" >
53675367 <img src="./images/p3-yellow-oklab.svg" alt="" width="700">
53685368 <figcaption>
53695369 In the upper part of this diagram,
@@ -5400,7 +5400,7 @@ Chroma Reduction with Local Clipping</h4>
54005400 In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
54015401 has the chroma progressively reduced in CIE LCH color space,
54025402 with the local clip modification.
5403- <figure>
5403+ <figure id="fig-cielch-p3-yellow-clip" >
54045404 <img src="./images/lab-yellow-LCH-clip-fade.svg" alt="" width="700">
54055405 <figcaption>
54065406 In the upper part of this diagram,
@@ -5421,7 +5421,7 @@ Chroma Reduction with Local Clipping</h4>
54215421 In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
54225422 has the chroma progressively reduced, but this time in Oklch color space
54235423 and with the local clip modification.
5424- <figure>
5424+ <figure id="fig-oklch-p3-yellow-clip" >
54255425 <img src="./images/p3-yellow-oklab-clip.svg" alt="" width="700">
54265426 <figcaption>
54275427 In the upper part of this diagram,
@@ -5448,7 +5448,7 @@ Deviations from Perceptual Uniformity: Hue Curvature</h4>
54485448 for colors in the hue range
54495449 270° to 330°.
54505450
5451- <figure>
5451+ <figure id="fig-cielch-blue-curvature" >
54525452 <img src="./images/CIELCH-blue-slice.png" alt="">
54535453 <figcaption>
54545454 A constant-hue slice of CIE LCH color space,
@@ -5467,7 +5467,7 @@ Deviations from Perceptual Uniformity: Hue Curvature</h4>
54675467 avoids this issue
54685468 at all hue angles.
54695469
5470- <figure>
5470+ <figure id="fig-oklch-blue-linearity" >
54715471 <img src="./images/OKLCH-blue-slice.png" alt="">
54725472 <figcaption>
54735473 A constant-hue slice of Oklch color space,
0 commit comments