Skip to content

Commit efb82aa

Browse files
author
Sylvain Galineau
committed
[css-animations] Get rid of intrinsic style, sandwich diagram; simplify prose (bug 16116)
1 parent 5fd4e6d commit efb82aa

2 files changed

Lines changed: 7 additions & 23 deletions

File tree

css-animations/Overview.bs

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,9 @@ Animations</h2>
8484
the animation, before the animation delay has expired, and after the end of
8585
the animation.
8686

87-
<figure>
88-
<img src="./sandwich.png" alt="">
89-
<figcaption>Computation of animated property values</figcaption>
90-
</figure>
91-
92-
The diagram above shows how property values are computed. The intrinsic
93-
style is shown at the top of the diagram. The computed value is derived
94-
from intrinsic style at the times when an animation is not running and
95-
also when an animation is delayed (see below for specification of animation
96-
delay). During an animation, the computed style is derived from the
97-
animated value.
87+
While running, the animation computes the value of those properties
88+
it animates. Other values may take precedence over the animated value
89+
according to the CSS cascade ([[!CSS3CASCADE]]).
9890

9991
The start time of an animation is the time at which the style applying
10092
the animation and the corresponding @keyframes rule are both resolved.

css-animations/Overview.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</p>
5757
<h1 class="p-name no-ref" id=title>CSS Animations Level 1</h1>
5858
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
59-
<span class=dt-updated><span class=value-title title=20140915>15 September 2014</span></span></span></h2>
59+
<span class=dt-updated><span class=value-title title=20140917>17 September 2014</span></span></span></h2>
6060
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css3-animations/>http://dev.w3.org/csswg/css3-animations/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-animations/>http://www.w3.org/TR/css3-animations/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css3-animations/>http://dev.w3.org/csswg/css3-animations/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-animations-20130219/ rel=previous>http://www.w3.org/TR/2013/WD-css3-animations-20130219/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-animations-20120403/ rel=previous>http://www.w3.org/TR/2012/WD-css3-animations-20120403/</a>
6161
<dt>Feedback:</dt>
6262
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20feedback">www-style@w3.org</a>
@@ -228,17 +228,9 @@ <h2 class="heading settled heading" data-level=3 id=animations><span class=secno
228228
the animation, before the animation delay has expired, and after the end of
229229
the animation.
230230

231-
</p><figure>
232-
<img alt="" src=./sandwich.png>
233-
<figcaption>Computation of animated property values</figcaption>
234-
</figure>
235-
236-
<p> The diagram above shows how property values are computed. The intrinsic
237-
style is shown at the top of the diagram. The computed value is derived
238-
from intrinsic style at the times when an animation is not running and
239-
also when an animation is delayed (see below for specification of animation
240-
delay). During an animation, the computed style is derived from the
241-
animated value.
231+
<p> While running, the animation computes the value of those properties
232+
it animates. Other values may take precedence over the animated value
233+
according to the CSS cascade (<a data-biblio-type=normative data-link-type=biblio href=#css3cascade title=css3cascade>[CSS3CASCADE]</a>).
242234

243235
<p> The start time of an animation is the time at which the style applying
244236
the animation and the corresponding @keyframes rule are both resolved.

0 commit comments

Comments
 (0)