Skip to content

Commit cba0341

Browse files
committed
More validator errors.
1 parent a6e7976 commit cba0341

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3114,8 +3114,8 @@ <h2>Combining animations</h2>
31143114
</p>
31153115
<div class="figure">
31163116
<img src="img/animation-cascade.svg" width="450"
3117-
alt="Overview of the application of intermediate animation values"
3118-
"to their target properties">
3117+
alt="Overview of the application of intermediate animation values
3118+
to their target properties">
31193119
</div>
31203120
<p class="caption">
31213121
Overview of the application of <a>intermediate animation values</a> to
@@ -5098,8 +5098,8 @@ <h4>Seeked event dispatch</h4>
50985098
<li>Let <var>current active state</var> be <em>active</em> if the
50995099
timed item is <a>active</a> at <var>t</var>, and
51005100
<em>inactive</em> otherwise.</li>
5101-
<li>The events to be queued depend on comparign the <var>current
5102-
active state</a> and the <a>timed item</a>'s <a>previous active
5101+
<li>The events to be queued depend on comparing the <var>current
5102+
active state</var> and the <a>timed item</a>'s <a>previous active
51035103
state</a> as follows.
51045104
<dl class="switch">
51055105
<dt>If the <a>timed item</a>'s <a>previous active state</a> is
@@ -8188,17 +8188,19 @@ <h3>Events when sampling a timeline</h3>
81888188
can be determined as follows:
81898189
</p>
81908190
<ol>
8191-
<li>Iterate over each <a>player</a> in the set of players <a
8192-
link="associated with a timeline">associated</a> with this
8191+
<li>Iterate over each <a>player</a> in the set of players
8192+
<!-- <a link="associated with a timeline"> -->
8193+
associated<!-- </a> --> with this
81938194
<a>timeline</a> in the order in which the players were created
81948195
starting from the first created to the last, and for each
81958196
<a>player</a>, perform the steps defined in
81968197
<a href="#event-dispatch-and-unattached-timed-items"
81978198
class="sectionRef"></a>.
81988199
<li>Let <var>events</var> be an empty sequence of <a>timing
81998200
events</a>.
8200-
<li>Iterate over each <a>player</a> in the set of players <a
8201-
link="associated with a timeline">associated</a> with this
8201+
<li>Iterate over each <a>player</a> in the set of players i
8202+
<!-- <a link="associated with a timeline"> -->
8203+
associated<!-- </a> --> with this
82028204
<a>timeline</a> in the order in which the players were created
82038205
starting from the first created to the last and
82048206
get the <a

web-animations.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,7 +2892,8 @@ <h3><span class="secno">4.2 </span>Combining animations</h3>
28922892
An overview of this arrangement is illustrated below:
28932893
</p>
28942894
<div class="figure">
2895-
<img src="img/animation-cascade.svg" width="450" alt="Overview of the application of intermediate animation values" "to="" their="" target="" properties"="">
2895+
<img src="img/animation-cascade.svg" width="450" alt="Overview of the application of intermediate animation values
2896+
to their target properties">
28962897
</div>
28972898
<p class="caption">
28982899
Overview of the application of <a href="#dfn-intermediate-animation-value" class="internalDFN">intermediate animation values</a> to
@@ -4797,8 +4798,8 @@ <h4><span class="secno">5.7.1 </span>Seeked event dispatch</h4>
47974798
<li>Let <var>current active state</var> be <em>active</em> if the
47984799
timed item is <a href="#dfn-active" class="internalDFN">active</a> at <var>t</var>, and
47994800
<em>inactive</em> otherwise.</li>
4800-
<li>The events to be queued depend on comparign the <var>current
4801-
active state and the <a href="#dfn-timed-item" class="internalDFN">timed item</a>'s <a href="#dfn-previous-active-state" class="internalDFN">previous active
4801+
<li>The events to be queued depend on comparing the <var>current
4802+
active state</var> and the <a href="#dfn-timed-item" class="internalDFN">timed item</a>'s <a href="#dfn-previous-active-state" class="internalDFN">previous active
48024803
state</a> as follows.
48034804
<dl class="switch">
48044805
<dt>If the <a href="#dfn-timed-item" class="internalDFN">timed item</a>'s <a href="#dfn-previous-active-state" class="internalDFN">previous active state</a> is
@@ -4826,7 +4827,7 @@ <h4><span class="secno">5.7.1 </span>Seeked event dispatch</h4>
48264827
</li></ul>
48274828
</dd>
48284829
</dl>
4829-
</var></li>
4830+
</li>
48304831
<li>
48314832
Let the <a href="#dfn-timed-item" class="internalDFN">timed item</a>'s <a href="#dfn-previous-active-state" class="internalDFN">previous active state</a> be
48324833
<var>current active state</var>.
@@ -7810,14 +7811,18 @@ <h3><span class="secno">C.2 </span>Events when sampling a timeline</h3>
78107811
can be determined as follows:
78117812
</p>
78127813
<ol>
7813-
<li>Iterate over each <a href="#dfn-player" class="internalDFN">player</a> in the set of players <a link="associated with a timeline">associated</a> with this
7814+
<li>Iterate over each <a href="#dfn-player" class="internalDFN">player</a> in the set of players
7815+
<!-- <a link="associated with a timeline"> -->
7816+
associated<!-- </a> --> with this
78147817
<a href="#dfn-timeline" class="internalDFN">timeline</a> in the order in which the players were created
78157818
starting from the first created to the last, and for each
78167819
<a href="#dfn-player" class="internalDFN">player</a>, perform the steps defined in
78177820
<a href="#event-dispatch-and-unattached-timed-items" class="sectionRef">section 5.7.4 Event dispatch and unattached timed items</a>.
78187821
</li><li>Let <var>events</var> be an empty sequence of <a href="#dfn-timing-event" class="internalDFN">timing
78197822
events</a>.
7820-
</li><li>Iterate over each <a href="#dfn-player" class="internalDFN">player</a> in the set of players <a link="associated with a timeline">associated</a> with this
7823+
</li><li>Iterate over each <a href="#dfn-player" class="internalDFN">player</a> in the set of players i
7824+
<!-- <a link="associated with a timeline"> -->
7825+
associated<!-- </a> --> with this
78217826
<a href="#dfn-timeline" class="internalDFN">timeline</a> in the order in which the players were created
78227827
starting from the first created to the last and
78237828
get the <a title="partially ordered set of events for a player at timeline time

0 commit comments

Comments
 (0)