[css3-animations] Scope the parsing order importance clause of the animation shorthand to each component value of the shorthand list (bug 14776)

Thu, 04 Oct 2012 13:41:14 -0700

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Thu, 04 Oct 2012 13:41:14 -0700
changeset 6815
39dafac3efc5
parent 6814
6fe144869eeb
child 6816
d5407e5d40c8

[css3-animations] Scope the parsing order importance clause of the animation shorthand to each component value of the shorthand list (bug 14776)

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 Oct 04 13:17:51 2012 -0700
     1.2 +++ b/css3-animations/Overview.html	Thu Oct 04 13:41:14 2012 -0700
     1.3 @@ -1326,8 +1326,9 @@
     1.4     Shorthand Property</h3>
     1.5  
     1.6    <p> The ‘<a href="#animation"><code
     1.7 -   class=property>animation</code></a>’ shorthand property combines seven
     1.8 -   of the animation properties into a single property.
     1.9 +   class=property>animation</code></a>’ shorthand property is a
    1.10 +   comma-separated list of animation definitions, each of which combines
    1.11 +   seven of the animation properties into a single component value.
    1.12  
    1.13    <table class=propdef>
    1.14     <tbody>
    1.15 @@ -1391,7 +1392,7 @@
    1.16     &lt;single-animation-iteration-count&gt; ||
    1.17     &lt;single-animation-direction&gt; || &lt;single-animation-fill-mode&gt;</div>
    1.18  
    1.19 -  <p> Note that order is important within the items in this property: the
    1.20 +  <p> Note that order is important within each animation definition: the
    1.21     first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to
    1.22     the animation-duration, and the second value that can be parsed as a
    1.23     <var>&lt;time&gt;</var> is assigned to animation-delay.
     2.1 --- a/css3-animations/Overview.src.html	Thu Oct 04 13:17:51 2012 -0700
     2.2 +++ b/css3-animations/Overview.src.html	Thu Oct 04 13:41:14 2012 -0700
     2.3 @@ -948,7 +948,9 @@
     2.4  The 'animation' Shorthand Property
     2.5  
     2.6  	<p>
     2.7 -		The 'animation' shorthand property combines seven of the animation properties into a single property.
     2.8 +		The 'animation' shorthand property is a comma-separated list of 
     2.9 +		animation definitions, each of which combines seven of the animation properties 
    2.10 +		into a single component value. 
    2.11  			
    2.12  	<table class=propdef>
    2.13  		<tr>
    2.14 @@ -995,7 +997,7 @@
    2.15  	</div>
    2.16  
    2.17  	<p>
    2.18 -		Note that order is important within the items in this property:
    2.19 +		Note that order is important within each animation definition:
    2.20  		the first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to the
    2.21  		animation-duration,
    2.22  		and the second value that can be parsed as a <var>&lt;time&gt;</var> is assigned to

mercurial