[css3-animations] Add missed edit from adding pseudoElement to AnimationEvent.

Fri, 08 Feb 2013 08:30:00 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Fri, 08 Feb 2013 08:30:00 -0800
changeset 7407
267f78f1b645
parent 7406
9244d63b3d42
child 7408
54e6688330a3

[css3-animations] Add missed edit from adding pseudoElement to AnimationEvent.

css3-animations/Overview.html file | annotate | diff | comparison | revisions
css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.html	Fri Feb 08 00:30:12 2013 -0800
     1.2 +++ b/css3-animations/Overview.html	Fri Feb 08 08:30:00 2013 -0800
     1.3 @@ -1577,7 +1577,7 @@
     1.4  
     1.5       <li>Cancelable: No
     1.6  
     1.7 -     <li>Context Info: animationName
     1.8 +     <li>Context Info: animationName, pseudoElement
     1.9      </ul>
    1.10  
    1.11     <dt><dfn id=animationend>animationend</dfn>
    1.12 @@ -1589,7 +1589,7 @@
    1.13  
    1.14       <li>Cancelable: No
    1.15  
    1.16 -     <li>Context Info: animationName, elapsedTime
    1.17 +     <li>Context Info: animationName, elapsedTime, pseudoElement
    1.18      </ul>
    1.19  
    1.20     <dt><dfn id=animationiteration>animationiteration</dfn>
    1.21 @@ -1604,7 +1604,7 @@
    1.22  
    1.23       <li>Cancelable: No
    1.24  
    1.25 -     <li>Context Info: animationName, elapsedTime
    1.26 +     <li>Context Info: animationName, elapsedTime, pseudoElement
    1.27      </ul>
    1.28    </dl>
    1.29  
     2.1 --- a/css3-animations/Overview.src.html	Fri Feb 08 00:30:12 2013 -0800
     2.2 +++ b/css3-animations/Overview.src.html	Fri Feb 08 08:30:00 2013 -0800
     2.3 @@ -1147,7 +1147,7 @@
     2.4  			<ul>
     2.5  				<li>Bubbles: Yes
     2.6  				<li>Cancelable: No
     2.7 -				<li>Context Info: animationName
     2.8 +				<li>Context Info: animationName, pseudoElement
     2.9  			</ul>
    2.10  		
    2.11  		<dt><dfn>animationend</dfn>
    2.12 @@ -1157,7 +1157,7 @@
    2.13  			<ul>
    2.14  				<li>Bubbles: Yes
    2.15  				<li>Cancelable: No
    2.16 -				<li>Context Info: animationName, elapsedTime
    2.17 +				<li>Context Info: animationName, elapsedTime, pseudoElement
    2.18  			</ul>
    2.19  		
    2.20  		<dt><dfn>animationiteration</dfn>
    2.21 @@ -1169,7 +1169,7 @@
    2.22  			<ul>
    2.23  				<li>Bubbles: Yes
    2.24  				<li>Cancelable: No
    2.25 -				<li>Context Info: animationName, elapsedTime
    2.26 +				<li>Context Info: animationName, elapsedTime, pseudoElement
    2.27  			</ul>
    2.28  	</dl>
    2.29  

mercurial