css3-animations/Overview.src.html

changeset 6814
6fe144869eeb
parent 6807
217bbc27fc0f
child 6815
39dafac3efc5
     1.1 --- a/css3-animations/Overview.src.html	Thu Oct 04 09:10:43 2012 -0700
     1.2 +++ b/css3-animations/Overview.src.html	Thu Oct 04 13:17:51 2012 -0700
     1.3 @@ -1177,12 +1177,9 @@
     1.4  	<dl>
     1.5  		<dt><code><dfn id='CSSKeyframeRule-keyText'>keyText</dfn></code> of type <code>DOMString</code>
     1.6  		<dd>
     1.7 -			This attribute represents the key 
     1.8 -			as the string representation of a floating point number between 0 and 1. 
     1.9 -			If the value in the CSS style is ''from''
    1.10 -			this value will be 0, 
    1.11 -			and if the value in the CSS style is ''to'' 
    1.12 -			this value will be 1.
    1.13 +			This attribute represents the keyframe selector as a comma-separated
    1.14 +			list of percentage values. The ''from'' and ''to'' keywords map to
    1.15 +			''0%'' and ''100%'', respectively.
    1.16  
    1.17  		<dt><code><dfn id='CSSKeyframeRule-style'>style</dfn></code> of type <code>CSSStyleDeclaration</code>
    1.18  		<dd>

mercurial