File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ or leaves the trigger's <dfn export for="timeline trigger">exit range</dfn>.
889889It is defined on an element with the 'timeline-trigger' shorthand property,
890890or its longhands.
891891
892- A [=timeline trigger=] [=trigger instance=] has a binary <dfn export for="timeline trigger">trigger state</dfn> associated with it;
892+ A [=timeline trigger=] has a binary <dfn export for="timeline trigger">trigger state</dfn> associated with it;
893893it is initially "untriggered".
894894While it's "untriggered",
895895the associated [=timeline=] entering (or starting in) the trigger's [=enter range=]
@@ -1113,10 +1113,9 @@ An [=event trigger=] can be defined as either stateless or stateful:
11131113[=Event triggers=] are activated when one of its associated {{Event}} s are fired on the page
11141114with the trigger-defining element as its {{Event/target}} .
11151115If it's stateful,
1116- then its [=trigger instance=] has a binary <dfn export for="event trigger">trigger state</dfn>
1117- associated with it,
1116+ it has a binary <dfn export for="event trigger">trigger state</dfn> associated with it,
11181117initially "untriggered":
1119- while "untriggered", it only activates when the [=event trigger=] receives one of its [=enter events=] ,
1118+ while "untriggered", it only activates when the defining element receives one of its [=enter events=] ,
11201119performing an associated <dfn export for="event trigger">enter action</dfn>
11211120and switching its [=event trigger/trigger state=] to "triggered";
11221121while "triggered", it only activates when it receives one of its [=exit events=] ,
You can’t perform that action at this time.
0 commit comments