Skip to content

Commit 7daaa2f

Browse files
committed
[css-animations-2][editorial] fix linking errors
1 parent 4ec10ae commit 7daaa2f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css-animations-2/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ and switches the [=timeline trigger/trigger state=] to "triggered";
898898
while it's "triggered",
899899
the associated timeline <em>leaving</em> the trigger's [=exit range=]
900900
performs an associated <dfn export for="timeline trigger">exit action</dfn>
901-
and switches the [=timeline-trigger/trigger state=] to "untriggered".
901+
and switches the [=timeline trigger/trigger state=] to "untriggered".
902902

903903
Note: By default, the [=exit range=] is the same as the [=enter range=];
904904
even when manually specified,
@@ -918,10 +918,10 @@ and what's specified for the [=exit range=].
918918
A [=timeline trigger=] can have one or two actions associated with it
919919
when used as a trigger on an element
920920
(such as by 'animation-trigger').
921-
If two are specified, the first is the trigger's [=enter action=]
922-
and the second is the trigger's [=exit action=];
923-
if only one is specified, the first is the trigger's [=enter action=]
924-
and its [=exit action=] is to do nothing.
921+
If two are specified, the first is the trigger's [=timeline trigger/enter action=]
922+
and the second is the trigger's [=timeline trigger/exit action=];
923+
if only one is specified, the first is the trigger's [=timeline trigger/enter action=]
924+
and its [=timeline trigger/exit action=] is to do nothing.
925925

926926
An element can define multiple [=timeline triggers=],
927927
using the same [=timeline=] (potentially with different ranges)
@@ -989,7 +989,7 @@ The Enter Range: the 'timeline-trigger-range' property</h4>
989989

990990
<pre class="propdef shorthand">
991991
Name: timeline-trigger-range
992-
Value: [ <<'animation-trigger-range-start'>> <<'animation-trigger-range-end'>>? ]#
992+
Value: [ <<'timeline-trigger-range-start'>> <<'timeline-trigger-range-end'>>? ]#
993993
</pre>
994994

995995
The 'timeline-trigger-range' property is a [=shorthand property=]
@@ -1022,7 +1022,7 @@ The Exit Range: the 'timeline-trigger-exit-range' property</h4>
10221022

10231023
<pre class="propdef shorthand">
10241024
Name: timeline-trigger-exit-range
1025-
Value: [ <<'animation-trigger-exit-range-start'>> <<'animation-trigger-exit-range-end'>>? ]#
1025+
Value: [ <<'timeline-trigger-exit-range-start'>> <<'timeline-trigger-exit-range-end'>>? ]#
10261026
</pre>
10271027

10281028
The 'timeline-trigger-exit-range' property is a [=shorthand property=]

0 commit comments

Comments
 (0)