@@ -249,7 +249,7 @@ After normalizing both percentages, the result is produced via the following alg
249
249
parsing/color-computed-color-mix-function.html
250
250
parsing/color-invalid-color-mix-function.html
251
251
parsing/color-valid-color-mix-function.html
252
- parsing/gamut-mapping .html
252
+ parsing/color-mix-out-of-gamut .html
253
253
</wpt>
254
254
255
255
The result of mixing is the color at the specified percentage along the progression
@@ -2467,6 +2467,8 @@ or any other color or monochrome output device which has been characterized.
2467
2467
<wpt>
2468
2468
color-mix-currentcolor-001.html
2469
2469
color-mix-currentcolor-002.html
2470
+ color-mix-currentcolor-003.html
2471
+ color-mix-currentcolor-nested-for-color-property.html
2470
2472
</wpt>
2471
2473
2472
2474
<h3 id="resolving-rcs">
@@ -2839,7 +2841,7 @@ unless trailing zeroes have been omitted.
2839
2841
The <var> name</var> attribute on getting must return
2840
2842
a <code> CSSOMString</code> object
2841
2843
that contains the serialization
2842
- of the <a>color profile's</a> name
2844
+ of the <a>color profile's</a> <var> name</var>
2843
2845
defined for the associated rule.
2844
2846
</dd>
2845
2847
<dt> <dfn>src</dfn> </dt>
@@ -3373,6 +3375,12 @@ No new privacy considerations have been reported on this specification.
3373
3375
xyz-d65-003.html
3374
3376
xyz-d65-004.html
3375
3377
xyz-d65-005.html
3378
+ lab-l-over-100-1.html
3379
+ lab-l-over-100-2.html
3380
+ lch-l-over-100-1.html
3381
+ lch-l-over-100-2.html
3382
+ oklab-009.html
3383
+ oklch-011.html
3376
3384
composited-filters-under-opacity.html
3377
3385
filters-under-will-change-opacity.html
3378
3386
animation/color-composition.html
@@ -3398,6 +3406,7 @@ No new privacy considerations have been reported on this specification.
3398
3406
parsing/color-valid-lab.html
3399
3407
parsing/color-valid-rgb.html
3400
3408
parsing/color-valid-system-color.html
3409
+ system-color-hightlights-vs-getSelection-001.html
3401
3410
</wpt>
3402
3411
3403
3412
<wpt hidden title="CSS Color 6">
0 commit comments