Clarify wording, as discussed in http://lists.w3.org/Archives/Public/www-archive/2012Feb/0018.html .

Wed, 15 Feb 2012 18:36:17 +0000

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 15 Feb 2012 18:36:17 +0000
changeset 4531
b80217b81d3b
parent 4530
e9e276642294
child 4532
9489d4a4d407

Clarify wording, as discussed in http://lists.w3.org/Archives/Public/www-archive/2012Feb/0018.html .

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	Wed Feb 15 18:31:57 2012 +0000
     1.2 +++ b/css3-animations/Overview.html	Wed Feb 15 18:36:17 2012 +0000
     1.3 @@ -376,7 +376,7 @@
     1.4     invalid, the animation of that property proceeds as if that keyframe did
     1.5     not exist. Conceptually, it is as if a set of keyframes is constructed for
     1.6     each property that is present in any of the keyframes, and an animation is
     1.7 -   run independently for each one.
     1.8 +   run independently for each property.
     1.9  
    1.10    <div class=example>
    1.11     <p style="display:none"> Example(s):</p>
     2.1 --- a/css3-animations/Overview.src.html	Wed Feb 15 18:31:57 2012 +0000
     2.2 +++ b/css3-animations/Overview.src.html	Wed Feb 15 18:36:17 2012 +0000
     2.3 @@ -240,7 +240,7 @@
     2.4        <p>
     2.5          If property is not specified for a keyframe, or is specified but invalid, the animation of that property proceeds
     2.6          as if that keyframe did not exist. Conceptually, it is as if a set of keyframes is constructed for each property
     2.7 -        that is present in any of the keyframes, and an animation is run independently for each one.
     2.8 +        that is present in any of the keyframes, and an animation is run independently for each property.
     2.9        </p>
    2.10        <div class="example">
    2.11          <p style="display:none">

mercurial