Skip to content

Commit 437e07a

Browse files
committed
[css3-transitions] Another index improvement for transitionend event, and fix missed edit from adding pseudoElement.
1 parent d7f22c4 commit 437e07a

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

css3-transitions/Overview.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

css3-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ <h2 id="transition-events"><a id="transition-events-">
11301130
</p>
11311131
<dl>
11321132
<dt>
1133-
<b>transitionend</b>
1133+
<b><dfn>transitionend</dfn></b>
11341134
</dt>
11351135
<dd>
11361136
The <code>transitionend</code> event occurs at the completion of the transition. In the
@@ -1141,7 +1141,7 @@ <h2 id="transition-events"><a id="transition-events-">
11411141
</li>
11421142
<li>Cancelable: Yes
11431143
</li>
1144-
<li>Context Info: propertyName, elapsedTime
1144+
<li>Context Info: propertyName, elapsedTime, pseudoElement
11451145
</li>
11461146
</ul>
11471147
</dd>

0 commit comments

Comments
 (0)