Skip to content

Commit 609e44b

Browse files
committed
[css-color-5][editorial] Fixed Bikeshed issues
1 parent 107deb4 commit 609e44b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css-color-5/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Otherwise, use the specified colorspace for mixing.
340340
</wpt>
341341

342342
<!-- @@ Need WPT to test the sum to zero case, to generate transparent black
343-
https://github.com/w3c/csswg-drafts/issues/11678#issuecomment-2686226875
343+
https://github.com/w3c/csswg-drafts/issues/11678#issuecomment-2686226875
344344
-->
345345

346346

@@ -555,7 +555,7 @@ The choice of mixing color space can have a large effect on the end result.
555555
chooses to obtain a computed value.
556556

557557
<!-- detailed calculation is in the file
558-
workings/device-cmyk conversion worked example.txt -->
558+
workings/device-cmyk conversion worked example.txt -->
559559

560560
<pre class="lang-css">
561561
color-mix(in lab, device-cmyk(0.091777 0.043303 0.312816 0.000000) 100%, yellow);
@@ -1262,7 +1262,7 @@ in the range [0, 360].
12621262
giving an undesirable reddish tint at the start of the gradient.
12631263

12641264
<figure id="fig-gradient-missing">
1265-
<img src="./images/rectangular-missing.png" alt="">
1265+
<img src="./images/rectangular-missing.png" width="775" height="547" alt="">
12661266
<figcaption>Correct (above) and incorrect (below, reddish) gradients.</figcaption>
12671267
</figure>
12681268
</div>
@@ -2782,9 +2782,10 @@ or any other color or monochrome output device which has been characterized.
27822782
for AA large text, as many authors need to meet legal requirements that mandate this.
27832783

27842784
<wpt>
2785+
contrast-color-001.html
27852786
parsing/color-computed-contrast-color-function.html
27862787
parsing/color-invalid-contrast-color-function.html
2787-
parsing/color-valid-contrast-color-function.html
2788+
parsing/color-valid-contrast-color-function.html
27882789
</wpt>
27892790

27902791
<!--

0 commit comments

Comments
 (0)