@@ -2980,9 +2980,9 @@ enum FillMode { "none", "forwards", "backwards", "both", "auto" };
2980
2980
: <code> auto</code>
2981
2981
:: Update the description as:
2982
2982
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 }} .
2986
2986
2987
2987
<h3 id="the-groupeffect-interface">The <code>GroupEffect</code> interface</h3>
2988
2988
@@ -3273,7 +3273,7 @@ interface SequenceEffect : GroupEffect {
3273
3273
3274
3274
<h3 id="the-keyframeeffect-interface">The <code>KeyframeEffect</code> interfaces</h3>
3275
3275
3276
- The {{KeyframeEffect}} interface is modified to add the following:
3276
+ The {{KeyframeEffect!!interface }} interface is modified to add the following:
3277
3277
3278
3278
<pre class='idl'>
3279
3279
partial interface KeyframeEffect {
@@ -3286,7 +3286,7 @@ partial interface KeyframeEffect {
3286
3286
: <dfn constructor for=KeyframeEffect
3287
3287
lt="KeyframeEffect(target, keyframes, options)">
3288
3288
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
3290
3290
follows:
3291
3291
3292
3292
5. If <var> options</var> is a {{KeyframeEffectOptions}} object,
@@ -3295,13 +3295,13 @@ partial interface KeyframeEffect {
3295
3295
corresponding value from <var> options</var> .
3296
3296
3297
3297
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.
3299
3299
If any of those setters require an exception to be thrown
3300
3300
for the values specified by <var> options</var> , this procedure must
3301
3301
<a>throw</a> the same exception and abort all further steps.
3302
3302
3303
3303
: <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
3305
3305
same properties as {{KeyframeEffect/KeyframeEffect(source)/source}} to include setting the
3306
3306
<a>iteration composite operation</a> from <var> source</var> on <var> effect</var> .
3307
3307
@@ -3422,7 +3422,7 @@ callback EffectCallback = undefined (double? progress,
3422
3422
Animation animation);
3423
3423
</pre>
3424
3424
3425
- An {{EffectCallback}} is called each time an {{KeyframeEffect}} object
3425
+ An {{EffectCallback}} is called each time an {{KeyframeEffect!!interface }} object
3426
3426
with which it is associated is updated.
3427
3427
3428
3428
<div class="parameters">
@@ -3484,7 +3484,7 @@ is modified to add the following members:
3484
3484
<div dfn-type=method class=methods
3485
3485
dfn-for="Animatable">
3486
3486
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>
3488
3488
:: Amend step 6 of the procedure as follows:
3489
3489
3490
3490
6. If |options| is a {{KeyframeAnimationOptions}} object,
0 commit comments