Skip to content

Commit 7215518

Browse files
committed
[css-color-5][editorial] wpt
1 parent 97dc112 commit 7215518

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

css-color-5/Overview.bs

+54-1
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,22 @@ or taken from the origin color
817817

818818

819819
<wpt>
820+
relative-currentcolor-a98rgb-01.html
821+
relative-currentcolor-lch-01.html
822+
relative-currentcolor-rgb-01.html
823+
relative-currentcolor-displayp3-01.html
824+
relative-currentcolor-oklab-01.html
825+
relative-currentcolor-rgb-02.html
826+
relative-currentcolor-hsl-01.html
827+
relative-currentcolor-oklch-01.html
828+
relative-currentcolor-xyzd50-01.html
829+
relative-currentcolor-hsl-02.html
830+
relative-currentcolor-prophoto-01.html
831+
relative-currentcolor-xyzd65-01.html
832+
relative-currentcolor-hwb-01.html
833+
relative-currentcolor-rec2020-01.html
834+
relative-currentcolor-lab-01.html
835+
relative-currentcolor-rec2020-02.html
820836
parsing/color-computed-relative-color.html
821837
parsing/color-invalid-relative-color.html
822838
parsing/color-valid-relative-color.html
@@ -1081,6 +1097,11 @@ the allowed [=channel keywords=] are:
10811097
* <dfn value for="rgb()">alpha</dfn> is a <<number>> that corresponds to the
10821098
[=origin color's=] alpha transparency. 1.0 is equivalent to 100%.
10831099

1100+
<wpt>
1101+
relative-currentcolor-rgb-01.html
1102+
relative-currentcolor-rgb-02.html
1103+
</wpt>
1104+
10841105
<div class="example">
10851106
To manipulate color channels in the sRGB color space:
10861107

@@ -1150,6 +1171,11 @@ the allowed [=channel keywords=] are:
11501171
* <dfn value for="hsl()">alpha</dfn> is a <<number>> that corresponds to the
11511172
[=origin color's=] alpha transparency 1.0 is equivalent to 100%.
11521173

1174+
<wpt>
1175+
relative-currentcolor-hsl-01.html
1176+
relative-currentcolor-hsl-02.html
1177+
</wpt>
1178+
11531179
<div class="example">
11541180
This adds 180 degrees to the hue angle, giving a complementary color.
11551181
<pre highlight=css>
@@ -1188,6 +1214,10 @@ the allowed [=channel keywords=] are:
11881214
* <dfn value for="hwb()">alpha</dfn> is a <<number>> that corresponds to the
11891215
[=origin color's=] alpha transparency. 1.0 is equivalent to 100%.
11901216

1217+
<wpt>
1218+
relative-currentcolor-hwb-01.html
1219+
</wpt>
1220+
11911221
<h3 id="relative-Lab">Relative Lab Colors</h3>
11921222

11931223
The grammar of the ''lab()'' function is extended as follows:
@@ -1215,6 +1245,10 @@ the allowed [=channel keywords=] are:
12151245
* <dfn value for="lab()">alpha</dfn> is a <<number>> that corresponds to the
12161246
[=origin color's=] alpha transparency. 1.0 is equivalent to 100%.
12171247

1248+
<wpt>
1249+
relative-currentcolor-lab-01.html
1250+
</wpt>
1251+
12181252
<div class="example">
12191253
Multiple ways to adjust the transparency of a base color:
12201254

@@ -1267,6 +1301,10 @@ the allowed [=channel keywords=] are:
12671301
* <dfn value for="oklab()">alpha</dfn> is a <<number>> that corresponds to the
12681302
[=origin color's=] alpha transparency. 1.0 is equivalent to 100%.
12691303

1304+
<wpt>
1305+
relative-currentcolor-oklab-01.html
1306+
</wpt>
1307+
12701308
<h3 id="relative-LCH">Relative LCH Colors</h3>
12711309

12721310
The grammar of the ''lch()'' function is extended as follows:
@@ -2513,7 +2551,22 @@ or any other color or monochrome output device which has been characterized.
25132551
thus preserving inheritance into child elements.
25142552

25152553
<wpt>
2516-
2554+
relative-currentcolor-a98rgb-01.html
2555+
relative-currentcolor-lch-01.html
2556+
relative-currentcolor-rgb-01.html
2557+
relative-currentcolor-displayp3-01.html
2558+
relative-currentcolor-oklab-01.html
2559+
relative-currentcolor-rgb-02.html
2560+
relative-currentcolor-hsl-01.html
2561+
relative-currentcolor-oklch-01.html
2562+
relative-currentcolor-xyzd50-01.html
2563+
relative-currentcolor-hsl-02.html
2564+
relative-currentcolor-prophoto-01.html
2565+
relative-currentcolor-xyzd65-01.html
2566+
relative-currentcolor-hwb-01.html
2567+
relative-currentcolor-rec2020-01.html
2568+
relative-currentcolor-lab-01.html
2569+
relative-currentcolor-rec2020-02.html
25172570
</wpt>
25182571

25192572
<h3 id="resolving-device-cmyk-values">

0 commit comments

Comments
 (0)