@@ -104,6 +104,12 @@ of the transition's associated [=animation effect=].
104
104
105
105
# Starting of transitions # {#starting}
106
106
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
+
107
113
The set of [=running transitions=] includes
108
114
only those transitions that have an [=owning element=] .
109
115
@@ -112,7 +118,7 @@ it must disassociate the transition from its [=owning element=]
112
118
and run the procedure to [=cancel an animation=] on the transition.
113
119
114
120
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
116
122
are no longer [=connected=] ,
117
123
implementations must also [=cancel=] any running transitions
118
124
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
132
138
incremented) <a>current transition generation</a> is stored as the
133
139
transition's <dfn>transition generation</dfn> .
134
140
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
-
144
141
# Application of transitions # {#application}
145
142
146
143
## Animation composite order ## {#animation-composite-order}
0 commit comments