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

+3-4
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Representing sRGB Colors: the <<color>> type</h2>
127127

128128
<pre class='prod'>
129129
<dfn>&lt;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'>
22832282
Modifying 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">
27832782
Transparency: the 'opacity' property</h2>

0 commit comments

Comments
 (0)