Skip to content

Commit

Permalink
[css-color-4][editorial] bikeshed trips up on ./images src
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Jan 31, 2025
1 parent d476973 commit f7e887e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ Value Definitions</h3>
like those found in a rainbow.

<figure id="fig-three-gamuts">
<p><img src="./images/sRGB-DisplayP3-rec2020-in-Oklab.png" alt=""></p>
<p><img src="images/sRGB-DisplayP3-rec2020-in-Oklab.png" alt=""></p>
<!-- alt text would be identical to figure caption -->
<figcaption>
A top-down view of three gamuts, plotted in Oklab with the positive a-axis towards the right and the positive b-axis towards the top; looking down the l-axis so white and neutrals are in the center. The largest of the three gamuts is ITU Rec BT.2020; the medium-sized one is Display P3, and the smallest is sRGB. Rendering by Alexey Ardov.
Expand Down Expand Up @@ -5350,7 +5350,7 @@ Chroma Reduction</h4>
<span class="swatch" style="--color: rgb(99.116% 99.733% 0.001%)"></span> color(srgb 0.99116 0.99733 0.00001)
</pre>
<figure id="gamutmap-p3-yellow">
<img src="./images/slice-ok-110.23.svg" alt="" width="776" height="565" >
<img src="images/slice-ok-110.23.svg" alt="" width="776" height="565" >
<figcaption>A constant-hue slice of OKLCh color space.
The vertical axis represents lightness,
the horizontal axis is chroma.
Expand Down Expand Up @@ -5388,7 +5388,7 @@ Excessive Chroma Reduction</h4>
In this example, Display P3 primary yellow (<code>color(display-p3 1 1 0</code>)
has the chroma progressively reduced in CIE LCH color space.
<figure id="fig-cielch-p3-yellow-noclip">
<img src="./images/lab-yellow-LCH-fade.svg" alt="" width="700">
<img src="images/lab-yellow-LCH-fade.svg" alt="" width="700">
<figcaption>
In the upper part of this diagram,
colors which are inside the gamut of sRGB are displayed as-is.
Expand All @@ -5408,7 +5408,7 @@ Excessive Chroma Reduction</h4>
In this example, Display P3 primary yellow (<code>color(display-p3 1 1 0</code>)
has the chroma progressively reduced, but this time in OKLCh color space.
<figure id="fig-oklch=pr=yellow-noclip">
<img src="./images/p3-yellow-oklab.svg" alt="" width="700">
<img src="images/p3-yellow-oklab.svg" alt="" width="700">
<figcaption>
In the upper part of this diagram,
colors which are inside the gamut of sRGB are displayed as-is.
Expand Down Expand Up @@ -5445,7 +5445,7 @@ Chroma Reduction with Local Clipping</h4>
has the chroma progressively reduced in CIE LCH color space,
with the local clip modification.
<figure id="fig-cielch-p3-yellow-clip">
<img src="./images/lab-yellow-LCH-clip-fade.svg" alt="" width="700">
<img src="images/lab-yellow-LCH-clip-fade.svg" alt="" width="700">
<figcaption>
In the upper part of this diagram,
colors which are inside the gamut of sRGB are displayed as-is.
Expand All @@ -5466,7 +5466,7 @@ Chroma Reduction with Local Clipping</h4>
has the chroma progressively reduced, but this time in OKLCh color space
and with the local clip modification.
<figure id="fig-oklch-p3-yellow-clip">
<img src="./images/p3-yellow-oklab-clip.svg" alt="" width="700">
<img src="images/p3-yellow-oklab-clip.svg" alt="" width="700">
<figcaption>
In the upper part of this diagram,
colors which are inside the gamut of sRGB are displayed as-is.
Expand All @@ -5493,7 +5493,7 @@ Deviations from Perceptual Uniformity: Hue Curvature</h4>
270° to 330°.

<figure id="fig-cielch-blue-curvature">
<img src="./images/CIELCH-blue-slice.png" alt="">
<img src="images/CIELCH-blue-slice.png" alt="">
<figcaption>
A constant-hue slice of CIE LCH color space,
at a hue angle of 301.37°
Expand All @@ -5512,7 +5512,7 @@ Deviations from Perceptual Uniformity: Hue Curvature</h4>
at all hue angles.

<figure id="fig-oklch-blue-linearity">
<img src="./images/OKLCH-blue-slice.png" alt="">
<img src="images/OKLCH-blue-slice.png" alt="">
<figcaption>
A constant-hue slice of OKLCh color space,
at a hue angle of 264.06°
Expand Down

0 comments on commit f7e887e

Please sign in to comment.