Skip to content

Commit 0bf2217

Browse files
author
Sylvain Galineau
committed
[css3-animations] Scope the parsing order importance clause of the animation shorthand to each component value of the shorthand list (bug 14776)
1 parent 6b92b7d commit 0bf2217

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

css3-animations/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,8 +1326,9 @@ <h3 id=animation-shorthand-property><span class=secno>3.10. </span> The
13261326
Shorthand Property</h3>
13271327

13281328
<p> The ‘<a href="#animation"><code
1329-
class=property>animation</code></a>’ shorthand property combines seven
1330-
of the animation properties into a single property.
1329+
class=property>animation</code></a>’ shorthand property is a
1330+
comma-separated list of animation definitions, each of which combines
1331+
seven of the animation properties into a single component value.
13311332

13321333
<table class=propdef>
13331334
<tbody>
@@ -1391,7 +1392,7 @@ <h3 id=animation-shorthand-property><span class=secno>3.10. </span> The
13911392
&lt;single-animation-iteration-count&gt; ||
13921393
&lt;single-animation-direction&gt; || &lt;single-animation-fill-mode&gt;</div>
13931394

1394-
<p> Note that order is important within the items in this property: the
1395+
<p> Note that order is important within each animation definition: the
13951396
first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to
13961397
the animation-duration, and the second value that can be parsed as a
13971398
<var>&lt;time&gt;</var> is assigned to animation-delay.

css3-animations/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,9 @@ <h3 id="animation-shorthand-property">
948948
The 'animation' Shorthand Property
949949

950950
<p>
951-
The 'animation' shorthand property combines seven of the animation properties into a single property.
951+
The 'animation' shorthand property is a comma-separated list of
952+
animation definitions, each of which combines seven of the animation properties
953+
into a single component value.
952954

953955
<table class=propdef>
954956
<tr>
@@ -995,7 +997,7 @@ <h3 id="animation-shorthand-property">
995997
</div>
996998

997999
<p>
998-
Note that order is important within the items in this property:
1000+
Note that order is important within each animation definition:
9991001
the first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to the
10001002
animation-duration,
10011003
and the second value that can be parsed as a <var>&lt;time&gt;</var> is assigned to

0 commit comments

Comments
 (0)