Skip to content

Commit 33f7db5

Browse files
committed
[css-transitions-2] Integrate owning element section into starting transitions section
1 parent 682c42b commit 33f7db5

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

css-transitions-2/Overview.bs

+7-10
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ of the transition's associated [=animation effect=].
104104

105105
# Starting of transitions # {#starting}
106106

107+
The <dfn>owning element</dfn> of a transition refers to the element or
108+
pseudo-element to which the 'transition-property' property was applied that
109+
generated the animation.
110+
A transition may be disassociated from its [=owning element=]
111+
such that it has no [=owning element=].
112+
107113
The set of [=running transitions=] includes
108114
only those transitions that have an [=owning element=].
109115

@@ -112,7 +118,7 @@ it must disassociate the transition from its [=owning element=]
112118
and run the procedure to [=cancel an animation=] on the transition.
113119

114120
Although not explicitly defined by level 1 of this specification,
115-
in addition to [=cancel|cancelling=] transitions on elements that
121+
in addition to [=cancel|canceling=] transitions on elements that
116122
are no longer [=connected=],
117123
implementations must also [=cancel=] any running transitions
118124
on elements that are no longer [=being rendered=] and
@@ -132,15 +138,6 @@ Each time a new transition is generated, the current value of the (already
132138
incremented) <a>current transition generation</a> is stored as the
133139
transition's <dfn>transition generation</dfn>.
134140

135-
## Owning element ## {#owning-element-section}
136-
137-
The <dfn>owning element</dfn> of a transition refers to the element or
138-
pseudo-element to which the 'transition-property' property was applied that
139-
generated the animation.
140-
141-
A transition may be disassociated from its [=owning element=]
142-
such that it has no [=owning element=].
143-
144141
# Application of transitions # {#application}
145142

146143
## Animation composite order ## {#animation-composite-order}

0 commit comments

Comments
 (0)