Skip to content

Commit f54d982

Browse files
committed
[css-values-5][editorial] Export some terms
1 parent db3e423 commit f54d982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-values-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ Interpolation Progress Calculations: the ''progress()'' notation</h2>
844844
<h2 id="mixing">
845845
Weighted Average Notations: the *-mix() family</h2>
846846

847-
Several <dfn>mix notations</dfn> in CSS
847+
Several <dfn export>mix notations</dfn> in CSS
848848
allow representing the weighted average of a set of values.
849849
These [=functional notations=] follow the syntactic pattern:
850850

@@ -854,7 +854,7 @@ Weighted Average Notations: the *-mix() family</h2>
854854

855855
where the <var>options</var> can provide type-specific mixing options,
856856
and each <var>value</var> and optional <<percentage>> pair in the argument list
857-
is a <dfn>mix item</dfn> representing
857+
is a <dfn export>mix item</dfn> representing
858858
an input to the mix and its weight in the average.
859859

860860
The [=mix notations=] in CSS include:
@@ -879,7 +879,7 @@ Normalizing Mix Percentages</h3>
879879
or else assigned to a “none” type value as defined by the specific [=mix notation=].
880880

881881
<div algorithm>
882-
To <dfn>normalize mix percentages</dfn>
882+
To <dfn export>normalize mix percentages</dfn>
883883
given
884884
* a [=/list=] of [=mix items=] |items|
885885
(a value and optional percentage, each between 0% and 100% if specified)

0 commit comments

Comments
 (0)