css3-animations/Overview.src.html

changeset 7407
267f78f1b645
parent 7391
f4da51999dd9
child 7423
802063087266
     1.1 --- a/css3-animations/Overview.src.html	Fri Feb 08 00:30:12 2013 -0800
     1.2 +++ b/css3-animations/Overview.src.html	Fri Feb 08 08:30:00 2013 -0800
     1.3 @@ -1147,7 +1147,7 @@
     1.4  			<ul>
     1.5  				<li>Bubbles: Yes
     1.6  				<li>Cancelable: No
     1.7 -				<li>Context Info: animationName
     1.8 +				<li>Context Info: animationName, pseudoElement
     1.9  			</ul>
    1.10  		
    1.11  		<dt><dfn>animationend</dfn>
    1.12 @@ -1157,7 +1157,7 @@
    1.13  			<ul>
    1.14  				<li>Bubbles: Yes
    1.15  				<li>Cancelable: No
    1.16 -				<li>Context Info: animationName, elapsedTime
    1.17 +				<li>Context Info: animationName, elapsedTime, pseudoElement
    1.18  			</ul>
    1.19  		
    1.20  		<dt><dfn>animationiteration</dfn>
    1.21 @@ -1169,7 +1169,7 @@
    1.22  			<ul>
    1.23  				<li>Bubbles: Yes
    1.24  				<li>Cancelable: No
    1.25 -				<li>Context Info: animationName, elapsedTime
    1.26 +				<li>Context Info: animationName, elapsedTime, pseudoElement
    1.27  			</ul>
    1.28  	</dl>
    1.29  

mercurial