Skip to content

Commit 5d171bf

Browse files
committed
[css-values-4] Fix error in addition fallback definition. web-platform-tests/wpt#19160
1 parent d3db869 commit 5d171bf

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
@@ -439,7 +439,7 @@ Combining Values: Interpolation, Addition, and Accumulation</h2>
439439
If a value type does not define a specific procedure for <a>addition</a>
440440
or is defined as <dfn export>not additive</dfn>,
441441
its <a>addition</a> operation is simply
442-
<var>V<sub>result</sub></var> = <var>V<sub>a</sub></var>.
442+
<var>V<sub>result</sub></var> = <var>V<sub>B</sub></var>.
443443

444444
If a value types does not define a specific procedure for <a>accumulation</a>,
445445
its <a>accumulation</a> operation is identical to <a>addition</a>.

0 commit comments

Comments
 (0)