Skip to content

Commit e11c3f5

Browse files
committed
[css-values-4] Define/export combine.
1 parent afefa01 commit e11c3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Combining Values: Interpolation, Addition, and Accumulation</h2>
350350
Some procedures, for example
351351
<a href="https://www.w3.org/TR/css-transitions/">transitions</a>
352352
and <a href="https://www.w3.org/TR/css-animations/">animations</a>,
353-
combine two CSS property values.
353+
<dfn export>combine</dfn> two CSS property values.
354354
The following combining operations--
355355
on the two <a>computed values</a> <var>V<sub>a</sub></var> and <var>V<sub>B</sub></var>
356356
yielding the <a>computed value</a> <var>V<sub>result</sub></var>--

0 commit comments

Comments
 (0)