From 034b063697c3dadf144504f52e0858a79cd84414 Mon Sep 17 00:00:00 2001 From: Tab Atkins Date: Wed, 21 Feb 2018 15:56:41 -0800 Subject: [PATCH] [css-color] Finally remove color-mod() so that people will stop referring to it; when we add it back it will have different syntax. --- css-color-4/Overview.bs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 9c59714904d..c17aec72f27 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -127,7 +127,7 @@ Representing sRGB Colors: the <> type
 	<color> = <> | <> | <> | <> |
-	          <> | <> | <> | <> |
+	          <> | <> | <> |
 	          <> | <> | currentcolor |
 	          <>
 	
@@ -239,7 +239,6 @@ Resolving Color values * ''lab()'' and ''lch()'' * ''gray()'' * ''color()'' - * ''color-mod()'' 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
  • fallback color must be set to the input color - +

    Transparency: the 'opacity' property