Skip to content

Commit 3f5b6ea

Browse files
cdoublevsvgeesus
authored andcommitted
[css-fonts-4] Remove duplicate definition of <palette-mix()> as a type
1 parent 8b6c9e6 commit 3f5b6ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-fonts-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7008,7 +7008,7 @@ Applies to: all elements and text
70087008
Inherited: yes
70097009
Percentages: N/a
70107010
Computed value: specified keyword, identifier or <<palette-mix()>> function.
7011-
<<palette-mix>> must be simplified to a single keyword or identifier if resulting palette is equivalent.
7011+
<<palette-mix()>> must be simplified to a single keyword or identifier if resulting palette is equivalent.
70127012
Animation type: by computed value
70137013
</pre>
70147014

@@ -7065,7 +7065,7 @@ Animation type: by computed value
70657065
With the <code>palette-mix()</code> function defined as follows:
70667066

70677067
<pre class="prod def" nohighlight>
7068-
<dfn>palette-mix()</dfn> = palette-mix(<<color-interpolation-method>> , [ [normal | light | dark | <<palette-identifier>> | <<palette-mix()>> ] && <<percentage [0,100]>>? ]#{2})
7068+
<l><<palette-mix()>></l> = palette-mix(<<color-interpolation-method>> , [ [normal | light | dark | <<palette-identifier>> | <<palette-mix()>> ] && <<percentage [0,100]>>? ]#{2})
70697069
</pre>
70707070

70717071
<dl dfn-for=font-palette dfn-type=value>
@@ -7119,7 +7119,7 @@ With the <code>palette-mix()</code> function defined as follows:
71197119
be a modification of an existing palette already present in the font,
71207120
or be an entirely new palette.
71217121

7122-
<dt><dfn type><<palette-mix()>></dfn>
7122+
<dt><dfn function><<palette-mix()>></dfn>
71237123
<dd>
71247124
This value defines a position in the interpolation between two palette values,
71257125
identified by <<palette-identifier>>, by the palette keywords

0 commit comments

Comments
 (0)