- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Feb 2012 18:36:19 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-animations
In directory hutz:/tmp/cvs-serv3723
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarify wording, as discussed in http://lists.w3.org/Archives/Public/www-archive/2012Feb/0018.html .
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-animations/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html 15 Feb 2012 18:30:20 -0000 1.22
+++ Overview.html 15 Feb 2012 18:36:17 -0000 1.23
@@ -376,7 +376,7 @@
invalid, the animation of that property proceeds as if that keyframe did
not exist. Conceptually, it is as if a set of keyframes is constructed for
each property that is present in any of the keyframes, and an animation is
- run independently for each one.
+ run independently for each property.
<div class=example>
<p style="display:none"> Example(s):</p>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-animations/Overview.src.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.src.html 15 Feb 2012 18:30:20 -0000 1.23
+++ Overview.src.html 15 Feb 2012 18:36:17 -0000 1.24
@@ -240,7 +240,7 @@
<p>
If property is not specified for a keyframe, or is specified but invalid, the animation of that property proceeds
as if that keyframe did not exist. Conceptually, it is as if a set of keyframes is constructed for each property
- that is present in any of the keyframes, and an animation is run independently for each one.
+ that is present in any of the keyframes, and an animation is run independently for each property.
</p>
<div class="example">
<p style="display:none">
Received on Wednesday, 15 February 2012 18:36:23 UTC