Skip to content

Commit 3232f5c

Browse files
committed
[css-animations-2] Nope, the trigger state actually does live on the trigger, duh.
1 parent 1a7ca79 commit 3232f5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-animations-2/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ or leaves the trigger's <dfn export for="timeline trigger">exit range</dfn>.
889889
It is defined on an element with the 'timeline-trigger' shorthand property,
890890
or 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;
893893
it is initially "untriggered".
894894
While it's "untriggered",
895895
the 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
11141114
with the trigger-defining element as its {{Event/target}}.
11151115
If 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,
11181117
initially "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=],
11201119
performing an associated <dfn export for="event trigger">enter action</dfn>
11211120
and switching its [=event trigger/trigger state=] to "triggered";
11221121
while "triggered", it only activates when it receives one of its [=exit events=],

0 commit comments

Comments
 (0)