File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Representing sRGB Colors: the <<color>> type</h2>
127
127
128
128
<pre class='prod'>
129
129
<dfn><color></dfn> = <<rgb()>> | <<rgba()>> | <<hsl()>> | <<hsla()>> |
130
- <<hwb()>> | <<gray()>> | <<device-cmyk()>> | <<color-mod()>> |
130
+ <<hwb()>> | <<gray()>> | <<device-cmyk()>> |
131
131
<<hex-color>> | <<named-color>> | currentcolor |
132
132
<<deprecated-system-color>>
133
133
</pre>
@@ -239,7 +239,6 @@ Resolving Color values</h2>
239
239
* ''lab()'' and ''lch()''
240
240
* ''gray()''
241
241
* ''color()''
242
- * ''color-mod()''
243
242
</div>
244
243
245
244
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</h3>
2278
2277
<li> fallback color must be set to the input color
2279
2278
</ul>
2280
2279
2281
-
2280
+ <!--
2282
2281
<h2 id='modifying-colors'>
2283
2282
Modifying Colors: the ''color-mod()'' function</h2>
2284
2283
@@ -2777,7 +2776,7 @@ Issue: The code below is only for sRGB, and duplicates the
2777
2776
2778
2777
Note: The contrast ratio of two colors is contained within the range [1,21] ,
2779
2778
where two identical colors are 1 and the ratio of white and black is 21.
2780
-
2779
+ -->
2781
2780
2782
2781
<h2 id="transparency">
2783
2782
Transparency: the 'opacity' property</h2>
You can’t perform that action at this time.
0 commit comments