diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 38003cbddac..7de9b18e6c9 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -399,11 +399,14 @@ Representing Colors: the <> type Colors in CSS are represented by the <> type:
-	<color> = <> | <> | currentcolor | transparent |
+	<color> = <> | currentcolor | <> | <>
+
+	<absolute-color> = <> | <>
+
+	<absolute-color-base> = <> | <> | transparent |
 	    <> | <> | <> | <> | <> |
 	    <> | <> |
-	    <> | <> |
-	    <>
+	    <>
 	
The color-functions are <>, <>, @@ -4288,6 +4291,7 @@ Uncalibrated CMYK Colors: the ''device-cmyk()'' function
 		device-cmyk() = device-cmyk( <>{4} [ / <> ]? , <>? )
+		<absolute-device-cmyk> = device-cmyk( <>{4} [ / <> ]? , <>? )
 		<cmyk-component> = <> | <>
 	
diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs index 64ebdf13de5..08e540b8fab 100644 --- a/css-fonts-4/Overview.bs +++ b/css-fonts-4/Overview.bs @@ -6558,7 +6558,7 @@ Overriding a colors from a palette: The 'override-colors!!descriptor' descriptor
     Name: override-colors
-    Value: [ [ <> | <> ] <> ]#
+    Value: [ [ <> | <> ] <> ]#
     For: @font-palette-values
     Initial: N/A