@@ -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+
107113The set of [=running transitions=] includes
108114only those transitions that have an [=owning element=] .
109115
@@ -112,7 +118,7 @@ it must disassociate the transition from its [=owning element=]
112118and run the procedure to [=cancel an animation=] on the transition.
113119
114120Although 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
116122are no longer [=connected=] ,
117123implementations must also [=cancel=] any running transitions
118124on 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
132138incremented) <a>current transition generation</a> is stored as the
133139transition'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