csswg/css3-transitions Overview.html,1.29,1.30 Overview.src.html,1.31,1.32

Update of /sources/public/csswg/css3-transitions
In directory hutz:/tmp/cvs-serv6842

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix wording issue in previous commit pointed out in http://lists.w3.org/Archives/Public/www-style/2012Feb/0799.html .

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.html	17 Feb 2012 01:03:04 -0000	1.29
+++ Overview.html	17 Feb 2012 02:30:21 -0000	1.30
@@ -393,7 +393,7 @@
    to the <em>last</em> item in the value of &lsquo;<a
    href="#transition-property"><code
    class=property>transition-property</code></a>&rsquo; that calls for
-   animation that property.
+   animating that property.
 
   <p class=note> Note: The <code class=property>all</code> value and
    shorthand properties work in similar ways, so the <code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.src.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.src.html	17 Feb 2012 01:03:04 -0000	1.31
+++ Overview.src.html	17 Feb 2012 02:30:21 -0000	1.32
@@ -274,7 +274,7 @@
         contains it, or via the 'all' value), then the transition that
         starts uses the duration, delay, and timing function at the
         index corresponding to the <em>last</em> item in the value of
-        'transition-property' that calls for animation that property.
+        'transition-property' that calls for animating that property.
       </p>
       <p class="note">
         Note:  The <code class="property">all</code> value and shorthand

Received on Friday, 17 February 2012 02:30:24 UTC