Skip to content

Commit 50dff8e

Browse files
committed
[web-animations-1] Fix markup errors
1 parent 05b336a commit 50dff8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

web-animations-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ Waiting for the associated effect</h4>
13701370

13711371
1. Set the [=start time=] of |animation| to |new start time|.
13721372

1373-
</div>
1373+
</dl>
13741374

13751375
1. [=resolve a promise|Resolve=] |animation|'s [=current ready promise=]
13761376
with |animation|.
@@ -2228,7 +2228,7 @@ Waiting for the associated effect</h4>
22282228

22292229
1. Let |animation|'s [=pending playback rate=] be
22302230
the additive inverse of its [=effective playback rate=]
2231-
(i.e. <code>-</a>effective playback rate</a></code>).
2231+
(i.e. <code>-<a>effective playback rate</a></code>).
22322232

22332233
1. Run the steps to [=play an animation=] for |animation|
22342234
with the |auto-rewind| flag set to true.
@@ -2373,7 +2373,7 @@ Waiting for the associated effect</h4>
23732373

23742374
<div algorithm>
23752375
To <dfn lt="animation time to timeline time">convert
2376-
an animation time to timeline time</a></dfn>
2376+
an animation time to timeline time</dfn>
23772377
a [=time value=], |time|, that is relative to
23782378
the [=start time=] of an animation, |animation|,
23792379
perform the following steps:
@@ -5475,7 +5475,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
54755475
::
54765476
Creates a new {{KeyframeEffect}} object using the following procedure:
54775477

5478-
1. Create a new {{KeyframeEffect}} object, |effect|.</li>
5478+
1. Create a new {{KeyframeEffect}} object, |effect|.
54795479

54805480
1. Set the [=target element=] of |effect| to |target|.
54815481

@@ -5811,7 +5811,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
58115811
\[[Configurable]]: <span class=esvalue>true</span>,
58125812
\[[Value]]: |value|
58135813
}
5814-
and Boolean flag <span class=esvalue>false</a>.
5814+
and Boolean flag <span class=esvalue>false</span>.
58155815

58165816
1. Append |output keyframe| to |result|.
58175817

@@ -6587,7 +6587,7 @@ The {{CompositeOperation}} and {{CompositeOperationOrAuto}} enumerations {#the-c
65876587
------------------------------------------------------------------------
65886588

65896589
The possible values of an [=keyframe effect=]’s composition behavior
6590-
are represented by the <dfn type=enum-value>CompositeOperation</dfn> enumeration.
6590+
are represented by the <dfn>CompositeOperation</dfn> enumeration.
65916591

65926592
<xmp class=idl>
65936593
enum CompositeOperation { "replace", "add", "accumulate" };
@@ -6738,7 +6738,7 @@ The <code>Animatable</code> interface mixin {#the-animatable-interface-mixin}
67386738

67396739
</div>
67406740

6741-
: <dfn lt="getAnimations(options)">sequence<Animation> getAnimations(|options|)</dfn>
6741+
: <dfn lt="getAnimations(options)">sequence&lt;Animation&gt; getAnimations(|options|)</dfn>
67426742
::
67436743
1. Let |object| be the object on which this method was called.
67446744

0 commit comments

Comments
 (0)