@@ -2980,9 +2980,9 @@ enum FillMode { "none", "forwards", "backwards", "both", "auto" };
29802980: <code> auto</code>
29812981:: Update the description as:
29822982
2983- > Fill backwards and forwards when applied to an
2984- > {{GroupEffect}} and no fill when applied to an
2985- > {{KeyframeEffect}} .
2983+ > Fill backwards and forwards when applied to a
2984+ > {{GroupEffect}} and no fill when applied to a
2985+ > {{KeyframeEffect!!interface }} .
29862986
29872987<h3 id="the-groupeffect-interface">The <code>GroupEffect</code> interface</h3>
29882988
@@ -3273,7 +3273,7 @@ interface SequenceEffect : GroupEffect {
32733273
32743274<h3 id="the-keyframeeffect-interface">The <code>KeyframeEffect</code> interfaces</h3>
32753275
3276- The {{KeyframeEffect}} interface is modified to add the following:
3276+ The {{KeyframeEffect!!interface }} interface is modified to add the following:
32773277
32783278<pre class='idl'>
32793279partial interface KeyframeEffect {
@@ -3286,7 +3286,7 @@ partial interface KeyframeEffect {
32863286: <dfn constructor for=KeyframeEffect
32873287 lt="KeyframeEffect(target, keyframes, options)">
32883288 KeyframeEffect (target, keyframes, options)</dfn>
3289- :: Amend step 5 of the procedure to create a new {{KeyframeEffect}} object as
3289+ :: Amend step 5 of the procedure to create a new {{KeyframeEffect!!interface }} object as
32903290 follows:
32913291
32923292 5. If <var> options</var> is a {{KeyframeEffectOptions}} object,
@@ -3295,13 +3295,13 @@ partial interface KeyframeEffect {
32953295 corresponding value from <var> options</var> .
32963296
32973297 When assigning these properties, the error-handling defined for the
3298- corresponding setters on the {{KeyframeEffect}} interface is applied.
3298+ corresponding setters on the {{KeyframeEffect!!interface }} interface is applied.
32993299 If any of those setters require an exception to be thrown
33003300 for the values specified by <var> options</var> , this procedure must
33013301 <a>throw</a> the same exception and abort all further steps.
33023302
33033303: <dfn constructor for=KeyframeEffect lt="KeyframeEffect(source)">KeyframeEffect (source)</dfn>
3304- :: Amend the procedure to create a new {{KeyframeEffect}} object with the
3304+ :: Amend the procedure to create a new {{KeyframeEffect!!interface }} object with the
33053305 same properties as {{KeyframeEffect/KeyframeEffect(source)/source}} to include setting the
33063306 <a>iteration composite operation</a> from <var> source</var> on <var> effect</var> .
33073307
@@ -3422,7 +3422,7 @@ callback EffectCallback = undefined (double? progress,
34223422 Animation animation);
34233423</pre>
34243424
3425- An {{EffectCallback}} is called each time an {{KeyframeEffect}} object
3425+ An {{EffectCallback}} is called each time an {{KeyframeEffect!!interface }} object
34263426with which it is associated is updated.
34273427
34283428<div class="parameters">
@@ -3484,7 +3484,7 @@ is modified to add the following members:
34843484<div dfn-type=method class=methods
34853485 dfn-for="Animatable">
34863486
3487- : <dfn lt="animate(keyframes, options)">Animation animate(| keyframes|, | options| )</dfn>
3487+ : <dfn lt="animate(keyframes, options)">Animation animate(<var ignore=''> keyframes</var>, <var> options</var> )</dfn>
34883488 :: Amend step 6 of the procedure as follows:
34893489
34903490 6. If |options| is a {{KeyframeAnimationOptions}} object,
0 commit comments