Skip to content

Commit adc7abe

Browse files
committed
[css-color-5] Fix breakage caused by web-platform-tests/wpt@4d98976
1 parent f2fe6b0 commit adc7abe

File tree

1 file changed

+39
-23
lines changed

1 file changed

+39
-23
lines changed

css-color-5/Overview.bs

+39-23
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,10 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
140140
<dfn>color-mix()</dfn> = color-mix( <<color-interpolation-method>> , [ <<color>> && <<percentage [0,100]>>? ]#{2})
141141
</pre>
142142

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+
148147
</wpt>
149148

150149
<h3 id="color-mix-percent-norm">
@@ -230,6 +229,9 @@ After normalizing both percentages, the result is produced via the following alg
230229
<wpt>
231230
color-mix-basic-001.html
232231
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
233235
</wpt>
234236

235237
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,
816818
so it has meaningful values for the channels.
817819

818820
<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
821824
</wpt>
822825

823826
<div class=example>
@@ -1295,9 +1298,8 @@ The Oklch chroma has dropped from 0.251 to 0.117.
12951298
<dfn>&lt;xyz></dfn> = xyz | xyz-d50 | xyz-d65
12961299
</pre>
12971300

1298-
<!-- check this test, remove any fallback testing -->
12991301
<wpt>
1300-
color-function-parsing.html
1302+
13011303
</wpt>
13021304

13031305
The color function takes parameters specifying a color, in an explicitly listed color space.
@@ -1411,6 +1413,9 @@ the allowed [=channel keywords=] are:
14111413
This is interpreted the same way as the <<alpha-value>> in ''rgb()'',
14121414
and if omitted it defaults to ''100%''.
14131415

1416+
<wpt>
1417+
parsing/color-computed-relative-color.html
1418+
</wpt>
14141419

14151420
A color which is either an [=invalid color=] or
14161421
an [=out of gamut=] color
@@ -2396,7 +2401,7 @@ The form used
23962401
depends on the color space specified with "in".
23972402

23982403
<wpt>
2399-
parsing/color-mix-computed.html
2404+
24002405
</wpt>
24012406

24022407
The <em>minimum</em> precision for round-tripping
@@ -2484,7 +2489,7 @@ the relative color,
24842489
but using the absolute form.
24852490

24862491
<wpt>
2487-
parsing/relative-color-computed.html
2492+
24882493
</wpt>
24892494

24902495
The <em>minimum</em> precision for round-tripping
@@ -2887,12 +2892,7 @@ No new privacy considerations have been reported on this specification.
28872892
color-001.html
28882893
color-002.html
28892894
color-003.html
2890-
color-function-parsing.html
28912895
color-initial-canvastext.html
2892-
color-resolving-hsl.html
2893-
color-resolving-hwb.html
2894-
color-resolving-keywords.html
2895-
color-resolving.html
28962896
currentcolor-001.html
28972897
currentcolor-002.html
28982898
currentcolor-003.html
@@ -2993,11 +2993,11 @@ No new privacy considerations have been reported on this specification.
29932993
animation/opacity-animation-ending-correctly-001.html
29942994
animation/opacity-animation-ending-correctly-002.html
29952995
parsing/color-computed.html
2996+
parsing/color-computed-color-function.html
29962997
parsing/color-valid.html
29972998
parsing/opacity-computed.html
29982999
parsing/opacity-invalid.html
29993000
parsing/opacity-valid.html
3000-
parsing/system-color-valid.html
30013001
predefined-001.html
30023002
predefined-002.html
30033003
predefined-005.html
@@ -3027,7 +3027,6 @@ No new privacy considerations have been reported on this specification.
30273027
rgb-006.html
30283028
rgb-007.html
30293029
rgb-008.html
3030-
rgb-rounding-001.html
30313030
rgba-001.html
30323031
rgba-002.html
30333032
rgba-003.html
@@ -3069,13 +3068,30 @@ No new privacy considerations have been reported on this specification.
30693068
parsing/color-invalid.html
30703069
canvas-change-opacity.html
30713070
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
30743090
</wpt>
30753091

30763092
<wpt hidden title="CSS Color 6">
30773093
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
30813097
</wpt>

0 commit comments

Comments
 (0)