Skip to content

Commit c353288

Browse files
committed
[css3-animations] Add missed edit from adding pseudoElement to AnimationEvent.
1 parent bff56aa commit c353288

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-animations/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ <h3 id=AnimationEvent-types><span class=secno>5.2. </span> Types of <a
15771577

15781578
<li>Cancelable: No
15791579

1580-
<li>Context Info: animationName
1580+
<li>Context Info: animationName, pseudoElement
15811581
</ul>
15821582

15831583
<dt><dfn id=animationend>animationend</dfn>
@@ -1589,7 +1589,7 @@ <h3 id=AnimationEvent-types><span class=secno>5.2. </span> Types of <a
15891589

15901590
<li>Cancelable: No
15911591

1592-
<li>Context Info: animationName, elapsedTime
1592+
<li>Context Info: animationName, elapsedTime, pseudoElement
15931593
</ul>
15941594

15951595
<dt><dfn id=animationiteration>animationiteration</dfn>
@@ -1604,7 +1604,7 @@ <h3 id=AnimationEvent-types><span class=secno>5.2. </span> Types of <a
16041604

16051605
<li>Cancelable: No
16061606

1607-
<li>Context Info: animationName, elapsedTime
1607+
<li>Context Info: animationName, elapsedTime, pseudoElement
16081608
</ul>
16091609
</dl>
16101610

css3-animations/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ <h3 id='AnimationEvent-types'>
11471147
<ul>
11481148
<li>Bubbles: Yes
11491149
<li>Cancelable: No
1150-
<li>Context Info: animationName
1150+
<li>Context Info: animationName, pseudoElement
11511151
</ul>
11521152

11531153
<dt><dfn>animationend</dfn>
@@ -1157,7 +1157,7 @@ <h3 id='AnimationEvent-types'>
11571157
<ul>
11581158
<li>Bubbles: Yes
11591159
<li>Cancelable: No
1160-
<li>Context Info: animationName, elapsedTime
1160+
<li>Context Info: animationName, elapsedTime, pseudoElement
11611161
</ul>
11621162

11631163
<dt><dfn>animationiteration</dfn>
@@ -1169,7 +1169,7 @@ <h3 id='AnimationEvent-types'>
11691169
<ul>
11701170
<li>Bubbles: Yes
11711171
<li>Cancelable: No
1172-
<li>Context Info: animationName, elapsedTime
1172+
<li>Context Info: animationName, elapsedTime, pseudoElement
11731173
</ul>
11741174
</dl>
11751175

0 commit comments

Comments
 (0)