Skip to content

Commit 034b063

Browse files
committed
[css-color] Finally remove color-mod() so that people will stop referring to it; when we add it back it will have different syntax.
1 parent 16bbdba commit 034b063

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-color-4/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Representing sRGB Colors: the <> type
127127

128128
129129
<color> = <> | <> | <> | <> |
130-
<> | <> | <> | <> |
130+
<> | <> | <> |
131131
<> | <> | currentcolor |
132132
<>
133133
@@ -239,7 +239,6 @@ Resolving Color values
239239
* ''lab()'' and ''lch()''
240240
* ''gray()''
241241
* ''color()''
242-
* ''color-mod()''
243242
244243

245244
Issue: Define if changing the working color space should have any impact on the above.
@@ -2278,7 +2277,7 @@ Converting Between Uncalibrated CMYK and RGB-Based Colors
22782277
  • fallback color must be set to the input color
  • 22792278
    22802279

    2281-
    2280+
    27812780

    27822781

    27832782
    Transparency: the 'opacity' property

    0 commit comments

    Comments
     (0)