@@ -1141,18 +1141,18 @@ <h2 id=transition-events><span class=secno>5. </span><a
11411141 < p > There is one type of transition event available.
11421142
11431143 < dl >
1144- < dt > < b > transitionend</ b >
1144+ < dt > < b > < dfn id = transitionend > transitionend </ dfn > </ b >
11451145
1146- < dd > The < code > transitionend</ code > event occurs at the completion of the
1147- transition. In the case where a transition is removed before completion,
1148- such as if the transition-property is removed, then the event will not
1149- fire.
1146+ < dd > The < a href =" #transitionend " > < code > transitionend</ code > </ a > event
1147+ occurs at the completion of the transition. In the case where a
1148+ transition is removed before completion, such as if the
1149+ transition-property is removed, then the event will not fire.
11501150 < ul >
11511151 < li > Bubbles: Yes
11521152
11531153 < li > Cancelable: Yes
11541154
1155- < li > Context Info: propertyName, elapsedTime
1155+ < li > Context Info: propertyName, elapsedTime, pseudoElement
11561156 </ ul >
11571157 </ dl >
11581158
@@ -1793,6 +1793,9 @@ <h2 class=no-num id=index>Index</h2>
17931793 < li > transition-duration, < a href ="#transition-duration "
17941794 title ="section 2.2. "> < strong > 2.2.</ strong > </ a >
17951795
1796+ < li > transitionend, < a href ="#transitionend "
1797+ title ="section 5. "> < strong > 5.</ strong > </ a >
1798+
17961799 < li > TransitionEvent, < a href ="#Events-TransitionEvent "
17971800 title ="section 5. "> < strong > 5.</ strong > </ a >
17981801 < ul >
0 commit comments