Skip to content

Commit f9024be

Browse files
committed
[web-animations-2][editorial] bikeshed autolink fixes
1 parent b253fd7 commit f9024be

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

web-animations-2/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ urlPrefix: https://drafts.csswg.org/web-animations-1/; type: dfn; spec: web-anim
103103
text: associated effect end
104104
text: before-active boundary time
105105
text: cancel an animation
106-
text: current iteration
106+
text: current iteration index
107107
text: current ready promise
108108
text: current finished promise
109109
text: directed progress
@@ -118,7 +118,7 @@ urlPrefix: https://drafts.csswg.org/web-animations-1/; type: dfn; spec: web-anim
118118
text: iteration progress
119119
text: iteration start
120120
text: keyframe effect
121-
text: monotonically increasing
121+
text: monotonically increasing timeline
122122
text: not animatable
123123
text: overall progress
124124
text: pending pause task
@@ -146,7 +146,7 @@ urlPrefix: http://www.ecma-international.org/ecma-262/6.0/#sec-; type: dfn; spec
146146
text: code realms
147147
text: execution contexts
148148
urlPrefix: https://drafts.csswg.org/scroll-animations-1/; type: dfn; spec: scroll-animations-1
149-
text: html-processing-model-event-loops
149+
text: event-loop
150150
</pre>
151151

152152
<pre class=link-defaults>
@@ -405,7 +405,7 @@ With:
405405
> * the animation's [=hold time=] or [=animation/start time=] is resolved.
406406

407407
Note: an animation is not <a>ready</a> while it has no [=animation/start time=] or [=hold time=].
408-
For a [=scroll-driven animation=], the start-time is determined when [=html-processing-model-event-loop|updating the timeline=] if |auto align start time| is true.
408+
For a [=scroll-driven animation=], the start-time is determined when [=event-loop|updating the timeline=] if |auto align start time| is true.
409409

410410

411411
<h4 id='validating-a-css-numberish-time'>Validating a CSSNumberish time</h4>
@@ -839,7 +839,7 @@ Replace:
839839
> a [=time value=] that is initially [=unresolved=].
840840
> 1. Let |has finite timeline| be true
841841
> if |animation| has an associated [=timeline=]
842-
> that is not [=monotonically increasing=].
842+
> that is not [=monotonically increasing timeline|monotonically increasing=].
843843
>
844844
> 1. If the |animation|'s [=animation/current time=] is [=unresolved=],
845845
> perform the steps according to the first matching condition below:
@@ -885,7 +885,7 @@ with:
885885

886886
> 1. Let |has finite timeline| be true
887887
> if |animation| has an associated [=timeline=]
888-
> that is not [=monotonically increasing=].
888+
> that is not [=monotonically increasing timeline|monotonically increasing=].
889889
>
890890
> 1. If the |animation|'s [=animation/current time=] is [=unresolved=] and
891891
> |has finite timeline| is false,
@@ -2227,7 +2227,7 @@ In such cases, where the provided <a>animation
22272227
effects</a> do not provide needed functionality, an effect defined by
22282228
script may be used.
22292229
Such <a>custom effects</a> receive an <a>iteration
2230-
progress</a> and <a>current iteration</a> from the timing model and
2230+
progress</a> and [=current iteration index|current iteration=] from the timing model and
22312231
are responsible for producing an effect corresponding to the specified
22322232
time.
22332233
@@ -2292,7 +2292,7 @@ the following criteria.
22922292
* <strong>is <a>in effect</a>, and</strong>
22932293
* <strong>was not <a>in effect</a> in the previous update, or
22942294
was <a>in effect</a> but with a different <a>iteration
2295-
progress</a> or <a>current iteration</a>,</strong>
2295+
progress</a> or [=current iteration index|current iteration=],</strong>
22962296

22972297
:: Call the callback passing with the referencing
22982298
<a>animation effect</a>'s current <a>iteration
@@ -3419,7 +3419,7 @@ enum IterationCompositeOperation { "replace", "accumulate" };
34193419
lt="iteration composite operation replace">replace</a>
34203420
<a>iteration composite operation</a> value such that the
34213421
<a>effect value</a> produced is independent of the
3422-
<a>current iteration</a>.
3422+
[=current iteration index|current iteration=].
34233423
: <code>accumulate</code>
34243424
:: Corresponds to the <a
34253425
lt="iteration composite operation accumulate">accumulate</a>

0 commit comments

Comments
 (0)