css3-animations/Overview.src.html

changeset 7423
802063087266
parent 7407
267f78f1b645
child 7452
58e0d9206d99
     1.1 --- a/css3-animations/Overview.src.html	Sun Feb 10 00:30:07 2013 -0800
     1.2 +++ b/css3-animations/Overview.src.html	Sun Feb 10 00:40:56 2013 -0800
     1.3 @@ -1083,14 +1083,14 @@
     1.4  IDL Definition</h4>
     1.5  	
     1.6  	<pre class='idl'>
     1.7 -[Constructor(DOMString <var title="">type</var>, optional <a href="#AnimationEventInit">AnimationEventInit</a> <var title="">eventInitDict</var>)]
     1.8 +[Constructor(DOMString <var title="">type</var>, optional <i>AnimationEventInit</i> <var title="">animationEventInitDict</var>)]
     1.9  interface AnimationEvent : <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#event">Event</a> {
    1.10    readonly attribute DOMString <a href="#AnimationEvent-animationName" title="AnimationEvent-lengthComputable">animationName</a>;
    1.11    readonly attribute float <a href="#AnimationEvent-elapsedTime" title="dom-ProgressEvent-loaded">elapsedTime</a>;
    1.12    readonly attribute DOMString <a href="#AnimationEvent-pseudoElement" title="AnimationEvent-pseudoElement">pseudoElement</a>;
    1.13  };
    1.14  
    1.15 -dictionary AnimationEventInit : <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
    1.16 +dictionary <dfn id="AnimationEventInit">AnimationEventInit</dfn> : <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
    1.17    DOMString <span title="AnimationEventInit-animationName">animationName</span>;
    1.18    float <span title="AnimationEventInit-loaded">elapsedTime</span>;
    1.19    DOMString <span title="AnimationEventInit-pseudoElement">pseudoElement</span>;
    1.20 @@ -1127,7 +1127,7 @@
    1.21  	</dl>
    1.22  
    1.23  	<p>
    1.24 -		<code id="AnimationEvent-constructor">AnimationEvent(type, animEventDict)</code> 
    1.25 +		<code id="AnimationEvent-constructor">AnimationEvent(type, animationEventInitDict)</code> 
    1.26  		is an <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-constructor">event constructor</a>.
    1.27  						
    1.28  <h3 id='AnimationEvent-types'>

mercurial