@@ -703,7 +703,7 @@ frame</a>.
703703
704704### Timeline Phase ### {#timeline-phases}
705705
706- A [=timeline=] may be in one of four possible
706+ A [=timeline=] may be in one of four possible
707707<dfn export lt="timeline phase">phases</dfn> :
708708
7097091. <dfn export lt="timeline inactive phase">inactive</dfn>
@@ -755,7 +755,7 @@ time=]. If |timeline| is inactive, return an [=unresolved=] [=time value=].
755755
756756### The default document timeline ### {#the-documents-default-timeline}
757757
758- Each {{Document}} has a <a>document timeline</a> called the
758+ Each {{Document}} has a <a>document timeline</a> called the
759759<dfn export>default document timeline</dfn> .
760760The <a>default document timeline</a> is unique to each document and persists for
761761the lifetime of the document including calls to <a>document.open()</a> [[!HTML]] .
@@ -1184,7 +1184,7 @@ as CSS Animations [[CSS-ANIMATIONS-1]].
11841184 </div>
11851185
118611861. If |seek time| is <a lt=unresolved>resolved</a> ,
1187-
1187+
11881188 <div class="switch">
11891189
11901190 : If |has finite timeline| is true,
@@ -1684,7 +1684,7 @@ animation.finish(); // finish event is queued immediately and finished promise
16841684animation.currentTime = 0;
16851685</pre></div>
16861686
1687- Note that like the procedure to <a>finish an animation</a> ,
1687+ Note that like the procedure to <a>finish an animation</a> ,
16881688the procedure to <a>cancel an animation</a> similarly queues the
16891689<a>cancel event</a> and rejects the <a>current finished promise</a> and
16901690<a>current ready promise</a> in a <em> synchronous</em> manner.
@@ -1966,7 +1966,7 @@ The procedure to <dfn>reverse an animation</dfn> of <a>animation</a>
19661966### Play states ### {#play-states}
19671967
19681968An <a>animation</a> may be described as being in one of the following
1969- <dfn lt="play state">play states</dfn> for each of which, a
1969+ <dfn lt="play state">play states</dfn> for each of which, a
19701970non-normative description is also provided:
19711971
19721972<div class=informative-bg>
@@ -4103,7 +4103,7 @@ interface Animation : EventTarget {
41034103 optional AnimationTimeline? timeline);
41044104 attribute DOMString id;
41054105 attribute AnimationEffect? effect;
4106- readonly attribute AnimationTimeline? timeline;
4106+ attribute AnimationTimeline? timeline;
41074107 attribute double? startTime;
41084108 attribute double? currentTime;
41094109 attribute double playbackRate;
@@ -4173,6 +4173,8 @@ interface Animation : EventTarget {
41734173 the procedure to <a>set the associated effect of an animation</a> .
41744174: <dfn attribute for=Animation>timeline</dfn>
41754175:: The <a>timeline</a> associated with this animation.
4176+ Setting this attribute updates the object's <a>timeline</a> using
4177+ the procedure to <a>set the timeline of an animation</a> .
41764178: <dfn attribute for=Animation>startTime</dfn>
41774179:: Returns the [=start time=] of this animation.
41784180 Setting this attribute updates the [=start time=] using
0 commit comments