[css3-animations] Fix error I just introduced not fixing up prose copied from transitions, and also fix another similar, preexisting error.

Thu, 20 Sep 2012 12:15:21 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 20 Sep 2012 12:15:21 -0700
changeset 6737
ef8f9efb1230
parent 6736
096a42f389d8
child 6738
fa87e4887de0

[css3-animations] Fix error I just introduced not fixing up prose copied from transitions, and also fix another similar, preexisting error.

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	Thu Sep 20 10:37:35 2012 -0700
     1.2 +++ b/css3-animations/Overview.html	Thu Sep 20 12:15:21 2012 -0700
     1.3 @@ -584,7 +584,7 @@
     1.4     the lists of values for the other animation properties do not have the
     1.5     same length, the length of the ‘<a href="#animation-name"><code
     1.6     class=property>animation-name</code></a>’ list determines the number of
     1.7 -   items in each list examined when starting transitions. The lists are
     1.8 +   items in each list examined when starting animations. The lists are
     1.9     matched up from the first value: excess values at the end are not used. If
    1.10     one of the other properties doesn't have enough comma-separated values to
    1.11     match the number of values of ‘<a href="#animation-name"><code
    1.12 @@ -1381,8 +1381,8 @@
    1.13  
    1.14    <p> Note that order is important within the items in this property: the
    1.15     first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to
    1.16 -   the transition-duration, and the second value that can be parsed as a
    1.17 -   <var>&lt;time&gt;</var> is assigned to transition-delay.
    1.18 +   the animation-duration, and the second value that can be parsed as a
    1.19 +   <var>&lt;time&gt;</var> is assigned to animation-delay.
    1.20  
    1.21    <p class=issue> An alternative proposal is to accept the font shorthand
    1.22     approach of using a "/" character between the values of the same type.
     2.1 --- a/css3-animations/Overview.src.html	Thu Sep 20 10:37:35 2012 -0700
     2.2 +++ b/css3-animations/Overview.src.html	Thu Sep 20 12:15:21 2012 -0700
     2.3 @@ -428,7 +428,7 @@
     2.4  		should have a corresponding value for the other animation properties listed below. 
     2.5  		If the lists of values for the other animation properties do not have the same length, 
     2.6  		the length of the 'animation-name' list 
     2.7 -		determines the number of items in each list examined when starting transitions.  
     2.8 +		determines the number of items in each list examined when starting animations.  
     2.9  		The lists are matched up from the first value: 
    2.10  		excess values at the end are not used.  
    2.11  		If one of the other properties doesn't have enough comma-separated values to match the number of values of 'animation-name', 
    2.12 @@ -996,9 +996,9 @@
    2.13  	<p>
    2.14  		Note that order is important within the items in this property:
    2.15  		the first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to the
    2.16 -		transition-duration,
    2.17 +		animation-duration,
    2.18  		and the second value that can be parsed as a <var>&lt;time&gt;</var> is assigned to
    2.19 -		transition-delay.
    2.20 +		animation-delay.
    2.21  	</p>
    2.22  
    2.23  	<p class="issue">

mercurial