@@ -140,11 +140,10 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
140
140
<dfn>color-mix()</dfn> = color-mix( <<color-interpolation-method>> , [ <<color>> && <<percentage [0,100]>> ? ]#{2})
141
141
</pre>
142
142
143
- <!-- bikeshed complains that color-mix-computed.html does not exist, but it does -->
144
- <wpt pathprefix="css/css-color/parsing">
145
- color-mix-computed.html
146
- color-mix-invalid.html
147
- color-mix-valid.html
143
+ <wpt>
144
+ parsing/color-computed-color-mix-function.html
145
+ parsing/color-valid-color-mix-function.html
146
+
148
147
</wpt>
149
148
150
149
<h3 id="color-mix-percent-norm">
@@ -230,6 +229,9 @@ After normalizing both percentages, the result is produced via the following alg
230
229
<wpt>
231
230
color-mix-basic-001.html
232
231
color-mix-non-srgb-001.html
232
+ parsing/color-computed-color-mix-function.html
233
+ parsing/color-invalid-color-mix-function.html
234
+ parsing/color-valid-color-mix-function.html
233
235
</wpt>
234
236
235
237
The result of mixing is the color at the specified percentage along the progression
@@ -816,8 +818,9 @@ it's first converted into the chosen color function,
816
818
so it has meaningful values for the channels.
817
819
818
820
<wpt>
819
- parsing/relative-color-invalid.html
820
- parsing/relative-color-valid.html
821
+ parsing/color-computed-relative-color.html
822
+ parsing/color-invalid-relative-color.html
823
+ parsing/color-valid-relative-color.html
821
824
</wpt>
822
825
823
826
<div class=example>
@@ -1295,9 +1298,8 @@ The Oklch chroma has dropped from 0.251 to 0.117.
1295
1298
<dfn><xyz></dfn> = xyz | xyz-d50 | xyz-d65
1296
1299
</pre>
1297
1300
1298
- <!-- check this test, remove any fallback testing -->
1299
1301
<wpt>
1300
- color-function-parsing.html
1302
+
1301
1303
</wpt>
1302
1304
1303
1305
The color function takes parameters specifying a color, in an explicitly listed color space.
@@ -1411,6 +1413,9 @@ the allowed [=channel keywords=] are:
1411
1413
This is interpreted the same way as the <<alpha-value>> in ''rgb()'' ,
1412
1414
and if omitted it defaults to ''100%'' .
1413
1415
1416
+ <wpt>
1417
+ parsing/color-computed-relative-color.html
1418
+ </wpt>
1414
1419
1415
1420
A color which is either an [=invalid color=] or
1416
1421
an [=out of gamut=] color
@@ -2396,7 +2401,7 @@ The form used
2396
2401
depends on the color space specified with "in".
2397
2402
2398
2403
<wpt>
2399
- parsing/color-mix-computed.html
2404
+
2400
2405
</wpt>
2401
2406
2402
2407
The <em> minimum</em> precision for round-tripping
@@ -2484,7 +2489,7 @@ the relative color,
2484
2489
but using the absolute form.
2485
2490
2486
2491
<wpt>
2487
- parsing/relative-color-computed.html
2492
+
2488
2493
</wpt>
2489
2494
2490
2495
The <em> minimum</em> precision for round-tripping
@@ -2887,12 +2892,7 @@ No new privacy considerations have been reported on this specification.
2887
2892
color-001.html
2888
2893
color-002.html
2889
2894
color-003.html
2890
- color-function-parsing.html
2891
2895
color-initial-canvastext.html
2892
- color-resolving-hsl.html
2893
- color-resolving-hwb.html
2894
- color-resolving-keywords.html
2895
- color-resolving.html
2896
2896
currentcolor-001.html
2897
2897
currentcolor-002.html
2898
2898
currentcolor-003.html
@@ -2993,11 +2993,11 @@ No new privacy considerations have been reported on this specification.
2993
2993
animation/opacity-animation-ending-correctly-001.html
2994
2994
animation/opacity-animation-ending-correctly-002.html
2995
2995
parsing/color-computed.html
2996
+ parsing/color-computed-color-function.html
2996
2997
parsing/color-valid.html
2997
2998
parsing/opacity-computed.html
2998
2999
parsing/opacity-invalid.html
2999
3000
parsing/opacity-valid.html
3000
- parsing/system-color-valid.html
3001
3001
predefined-001.html
3002
3002
predefined-002.html
3003
3003
predefined-005.html
@@ -3027,7 +3027,6 @@ No new privacy considerations have been reported on this specification.
3027
3027
rgb-006.html
3028
3028
rgb-007.html
3029
3029
rgb-008.html
3030
- rgb-rounding-001.html
3031
3030
rgba-001.html
3032
3031
rgba-002.html
3033
3032
rgba-003.html
@@ -3069,13 +3068,30 @@ No new privacy considerations have been reported on this specification.
3069
3068
parsing/color-invalid.html
3070
3069
canvas-change-opacity.html
3071
3070
system-color-consistency.html
3072
- parsing/color-mixed-num-pct.html
3073
-
3071
+ parsing/color-computed-hex-color.html
3072
+ parsing/color-computed-hsl.html
3073
+ parsing/color-computed-hwb.html
3074
+ parsing/color-computed-lab.html
3075
+ parsing/color-computed-named-color.html
3076
+ parsing/color-computed-rgb.html
3077
+ parsing/color-invalid-color-function.html
3078
+ parsing/color-invalid-hex-color.html
3079
+ parsing/color-invalid-hsl.html
3080
+ parsing/color-invalid-hwb.html
3081
+ parsing/color-invalid-lab.html
3082
+ parsing/color-invalid-named-color.html
3083
+ parsing/color-invalid-rgb.html
3084
+ parsing/color-valid-color-function.html
3085
+ parsing/color-valid-hsl.html
3086
+ parsing/color-valid-hwb.html
3087
+ parsing/color-valid-lab.html
3088
+ parsing/color-valid-rgb.html
3089
+ parsing/color-valid-system-color.html
3074
3090
</wpt>
3075
3091
3076
3092
<wpt hidden title="CSS Color 6">
3077
3093
color-contrast-001.html
3078
- parsing/color-contrast-computed .html
3079
- parsing/color-contrast-invalid .html
3080
- parsing/color-contrast-valid .html
3094
+ parsing/color-computed-color- contrast-function .html
3095
+ parsing/color-invalid-color- contrast-function .html
3096
+ parsing/color-valid-color- contrast-function .html
3081
3097
</wpt>
0 commit comments