Skip to content

Commit 26f8d9b

Browse files
birtlessvgeesus
authored andcommitted
Remove some old references to limiting
1 parent 42148b5 commit 26f8d9b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

web-animations/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h3>Stateless</h3>
368368
of the core timing model but are layered on top.
369369
</p>
370370
<p>
371-
Similarly, the <a href="#reaching-the-end">limiting behavior</a> of
371+
Similarly, the <a href="#reaching-the-end">finishing behavior</a> of
372372
players means that dynamic changes to the end time of
373373
the media (source content) of a player may produce a different result
374374
depending on when the change occurs.
@@ -1033,7 +1033,7 @@ <h3>Reaching the end</h3>
10331033
</p>
10341034
<div class="figure">
10351035
<img src="img/limiting.svg" width="500"
1036-
alt="The effect of this limiting the current time of a player.">
1036+
alt="The effect of limiting the current time of a player.">
10371037
</div>
10381038
<p class="caption">
10391039
The effect of limiting the <a>current time</a> of a <a>player</a>
@@ -1793,7 +1793,8 @@ <h3>Animation node phases and states</h3>
17931793
<li>the <a>animation node</a> is in the <a>active phase</a>, and
17941794
<li>the <a>animation node</a> has a <a>parent animation group</a> that
17951795
is <a>in play</a> or else is <a>directly associated with
1796-
a player</a> that is not <a>limited</a>.
1796+
a player</a> that is not <a
1797+
title="finished play state">finished</a>.
17971798
</ol>
17981799
<p>
17991800
An animation node is <dfn>current</dfn> if it <em>any</em> of the

0 commit comments

Comments
 (0)