Skip to content

Commit f722724

Browse files
committed
[css-values-5] Drop mention of palette-interpolate(), except in an issue. #6245
1 parent dfb1874 commit f722724

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css-values-5/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,8 +1007,6 @@ Interpolation Mapping Notations: the *-interpolate() family</h2>
10071007
for interpolating <<transform-list>>s
10081008
* ''color-interpolate()'',
10091009
for interpolating <<color>> values
1010-
* ''palette-interpolate()'',
1011-
for interpolating 'font-palette' values
10121010

10131011
and finally the generic ''interpolate()'' notation,
10141012
which can represent the interpolation of any property’s values
@@ -1021,6 +1019,10 @@ Interpolation Mapping Notations: the *-interpolate() family</h2>
10211019
but how would we represent a set of keyframes for a [=component value=]
10221020
(rather than a full property value)?
10231021

1022+
Issue: Do we have enough use-cases to motivate adding <css>palette-interpolate()</css>?
1023+
''palette-mix()'' already handles transitions.
1024+
1025+
10241026
<h3 id="interpolation-syntax">
10251027
Global Syntax of the *-interpolate() family</h3>
10261028

@@ -1053,7 +1055,7 @@ Specifying the Interpolation Progress</h4>
10531055

10541056
where:
10551057

1056-
<dl dfn-type=value dfn-for="<progress-source>, calc-interpolate(), transform-interpolate(), color-interpolate(), palette-interpolate()">
1058+
<dl dfn-type=value dfn-for="<progress-source>, calc-interpolate(), transform-interpolate(), color-interpolate()">
10571059
<dt><dfn><<percentage>></dfn>
10581060
<dd>
10591061
Represents the [=interpolation progress=] as a percentage,
@@ -1094,7 +1096,7 @@ Specifying the Interpolation Progress</h4>
10941096
Easing Interpolation Progress: the ''by <<easing-function>>'' argument</h5>
10951097

10961098
The [=interpolation progress=] given by <<progress-source>> may be optionally modified
1097-
by the <<easing-function>> specified after the <dfn dfn-type=value dfn-for="calc-interpolate(), transform-interpolate(), color-interpolate(), palette-interpolate(), interpolate()">by</dfn> keyword.
1099+
by the <<easing-function>> specified after the <dfn dfn-type=value dfn-for="calc-interpolate(), transform-interpolate(), color-interpolate(), interpolate()">by</dfn> keyword.
10981100
It applies the specified [=easing function=] to the “timeline” of progress as a whole
10991101
by modifying the [=interpolation progress=] before it's applied to the [=interpolation map=],
11001102
analogous to 'animation-easing'.
@@ -1112,7 +1114,7 @@ Defining the Interpolation Map</h4>
11121114

11131115
The [=interpolation map=] values are defined as follows:
11141116

1115-
<dl dfn-for="calc-interpolate(), transform-interpolate(), color-interpolate(), palette-interpolate(), interpolate()">
1117+
<dl dfn-for="calc-interpolate(), transform-interpolate(), color-interpolate(), interpolate()">
11161118
<dt><dfn type lt="<input-position>|<output-value>"><<input-position>>{1,2} : <<output-value>></dfn>
11171119
<dd>
11181120
Represents an [=interpolation stop=]

0 commit comments

Comments
 (0)