@@ -898,7 +898,7 @@ and switches the [=timeline trigger/trigger state=] to "triggered";
898898while it's "triggered",
899899the associated timeline <em> leaving</em>  the trigger's [=exit range=] 
900900performs 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
903903Note: By default, the [=exit range=]  is the same as the [=enter range=] ;
904904even when manually specified,
@@ -918,10 +918,10 @@ and what's specified for the [=exit range=].
918918A [=timeline trigger=]  can have one or two actions associated with it
919919when 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
926926An element can define multiple [=timeline triggers=] ,
927927using 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"> 
991991Name : 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
995995The '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"> 
10241024Name : 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
10281028The 'timeline-trigger-exit-range'  property is a [=shorthand property=] 
0 commit comments