Skip to content

Commit c805add

Browse files
DavMilatabatkins
authored andcommitted
Add a few missing closing tags
This adds missing </dfn> and </div> tags.
1 parent 0100d7f commit c805add

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎web-animations-2/Overview.bs‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ as follows:
21902190
: <dfn lt="iteration composite operation replace">replace</dfn>
21912191
:: Each successive iteration is calculated independently of previous
21922192
iterations.
2193-
: <dfn lt="iteration composite operation accumulate">accumulate
2193+
: <dfn lt="iteration composite operation accumulate">accumulate</dfn>
21942194
:: Successive iterations of the animation are <a
21952195
lt="value accumulation">accumulated</a> with the
21962196
final value of the previous iteration.
@@ -3405,6 +3405,8 @@ partial dictionary KeyframeEffectOptions {
34053405
:: The <a>iteration composite operation</a> used to define the way
34063406
animation values build from iteration to iteration.
34073407

3408+
</div>
3409+
34083410
<h3 id="the-iterationcompositeoperation-enumeration">The IterationCompositeOperation enumeration</h3>
34093411

34103412
The possible values of an <a>animation effect</a>'s

0 commit comments

Comments
 (0)