File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 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>
127127
128128 <pre class='prod'>
129129 <dfn><color></dfn> = <<rgb()>> | <<rgba()>> | <<hsl()>> | <<hsla()>> |
130- <<hwb()>> | <<gray()>> | <<device-cmyk()>> | <<color-mod()>> |
130+ <<hwb()>> | <<gray()>> | <<device-cmyk()>> |
131131 <<hex-color>> | <<named-color>> | currentcolor |
132132 <<deprecated-system-color>>
133133 </pre>
@@ -239,7 +239,6 @@ Resolving Color values</h2>
239239 * ''lab()'' and ''lch()''
240240 * ''gray()''
241241 * ''color()''
242- * ''color-mod()''
243242 </div>
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</h3>
22782277 <li> fallback color must be set to the input color
22792278 </ul>
22802279
2281-
2280+ <!--
22822281<h2 id='modifying-colors'>
22832282Modifying Colors: the ''color-mod()'' function</h2>
22842283
@@ -2777,7 +2776,7 @@ Issue: The code below is only for sRGB, and duplicates the
27772776
27782777 Note: The contrast ratio of two colors is contained within the range [1,21] ,
27792778 where two identical colors are 1 and the ratio of white and black is 21.
2780-
2779+ -->
27812780
27822781<h2 id="transparency">
27832782Transparency: the 'opacity' property</h2>
You can’t perform that action at this time.
0 commit comments