diff --git a/css-color-5/Overview.bs b/css-color-5/Overview.bs index 6bdff8825c3..43e39052d95 100644 --- a/css-color-5/Overview.bs +++ b/css-color-5/Overview.bs @@ -817,6 +817,22 @@ or taken from the origin color + relative-currentcolor-a98rgb-01.html + relative-currentcolor-lch-01.html + relative-currentcolor-rgb-01.html + relative-currentcolor-displayp3-01.html + relative-currentcolor-oklab-01.html + relative-currentcolor-rgb-02.html + relative-currentcolor-hsl-01.html + relative-currentcolor-oklch-01.html + relative-currentcolor-xyzd50-01.html + relative-currentcolor-hsl-02.html + relative-currentcolor-prophoto-01.html + relative-currentcolor-xyzd65-01.html + relative-currentcolor-hwb-01.html + relative-currentcolor-rec2020-01.html + relative-currentcolor-lab-01.html + relative-currentcolor-rec2020-02.html parsing/color-computed-relative-color.html parsing/color-invalid-relative-color.html parsing/color-valid-relative-color.html @@ -1081,6 +1097,11 @@ the allowed [=channel keywords=] are: * alpha is a <> that corresponds to the [=origin color's=] alpha transparency. 1.0 is equivalent to 100%. + + relative-currentcolor-rgb-01.html + relative-currentcolor-rgb-02.html + +
To manipulate color channels in the sRGB color space: @@ -1150,6 +1171,11 @@ the allowed [=channel keywords=] are: * alpha is a <> that corresponds to the [=origin color's=] alpha transparency 1.0 is equivalent to 100%. + + relative-currentcolor-hsl-01.html + relative-currentcolor-hsl-02.html + +
This adds 180 degrees to the hue angle, giving a complementary color.
@@ -1188,6 +1214,10 @@ the allowed [=channel keywords=] are:
 * alpha is a <> that corresponds to the 
 	[=origin color's=] alpha transparency. 1.0 is equivalent to 100%.
 
+
+	relative-currentcolor-hwb-01.html
+
+
 

Relative Lab Colors

The grammar of the ''lab()'' function is extended as follows: @@ -1215,6 +1245,10 @@ the allowed [=channel keywords=] are: * alpha is a <> that corresponds to the [=origin color's=] alpha transparency. 1.0 is equivalent to 100%. + + relative-currentcolor-lab-01.html + +
Multiple ways to adjust the transparency of a base color: @@ -1267,6 +1301,10 @@ the allowed [=channel keywords=] are: * alpha is a <> that corresponds to the [=origin color's=] alpha transparency. 1.0 is equivalent to 100%. + + relative-currentcolor-oklab-01.html + +

Relative LCH Colors

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. thus preserving inheritance into child elements. - + relative-currentcolor-a98rgb-01.html + relative-currentcolor-lch-01.html + relative-currentcolor-rgb-01.html + relative-currentcolor-displayp3-01.html + relative-currentcolor-oklab-01.html + relative-currentcolor-rgb-02.html + relative-currentcolor-hsl-01.html + relative-currentcolor-oklch-01.html + relative-currentcolor-xyzd50-01.html + relative-currentcolor-hsl-02.html + relative-currentcolor-prophoto-01.html + relative-currentcolor-xyzd65-01.html + relative-currentcolor-hwb-01.html + relative-currentcolor-rec2020-01.html + relative-currentcolor-lab-01.html + relative-currentcolor-rec2020-02.html