csswg/css3-animations Overview.html,1.14,1.15 Overview.src.html,1.14,1.15

Update of /sources/public/csswg/css3-animations
In directory hutz:/tmp/cvs-serv19380

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix for Bug 14772 -Treatment of animation-iteration-count:0

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-animations/Overview.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.html	26 Nov 2011 00:14:41 -0000	1.14
+++ Overview.html	17 Dec 2011 01:34:24 -0000	1.15
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd">
 
 <html lang=en>
@@ -29,15 +29,15 @@
 
    <h1>CSS Animations</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 November
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 December
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-css3-animations-20111126/">http://dev.w3.org/csswg/css3-animations/</a>
-     <!--http://www.w3.org/TR/2011/WD-css3-animations-20111126-->
+     href="http://www.w3.org/TR/2011/ED-css3-animations-20111217/">http://dev.w3.org/csswg/css3-animations/</a>
+     <!--http://www.w3.org/TR/2011/WD-css3-animations-20111217-->
 
     <dt>Latest version:
 
@@ -760,10 +760,10 @@
    A value of <span class=prop-value>&lsquo;<code
    class=property>infinite</code>&rsquo;</span> will cause the animation to
    repeat forever. Non-integer numbers will cause the animation to end
-   part-way through a cycle. Negative values for <span
+   part-way through a cycle. Negative values of <span
    class=prop-name>&lsquo;<a href="#animation-iteration-count"><code
    class=property>animation-iteration-count</code></a>&rsquo;</span> are
-   treated as zero. This property is often used with an <span
+   invalid. This property is often used with an <span
    class=prop-name>&lsquo;<a href="#animation-direction"><code
    class=property>animation-direction</code></a>&rsquo;</span> value of <span
    class=prop-value>&lsquo;<code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-animations/Overview.src.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.src.html	26 Nov 2011 00:14:41 -0000	1.14
+++ Overview.src.html	17 Dec 2011 01:34:24 -0000	1.15
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
+<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
   'http://www.w3.org/TR/html4/strict.dtd'>
 
 <html lang="en">
@@ -654,7 +654,7 @@
         The <span class="prop-name">'animation-iteration-count'</span> Property
       </h3>
       <p>
-        The <span class="prop-name">'animation-iteration-count'</span> property defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once. A value of <span class="prop-value">'infinite'</span> will cause the animation to repeat forever. Non-integer numbers will cause the animation to end part-way through a cycle. Negative values for <span class="prop-name">'animation-iteration-count'</span> are treated as zero. This property is often used with an <span class="prop-name">'animation-direction'</span> value of <span class="prop-value">'alternate'</span>, which will cause the animation to play in reverse on alternate cycles.
+        The <span class="prop-name">'animation-iteration-count'</span> property defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once. A value of <span class="prop-value">'infinite'</span> will cause the animation to repeat forever. Non-integer numbers will cause the animation to end part-way through a cycle. Negative values of <span class="prop-name">'animation-iteration-count'</span> are invalid. This property is often used with an <span class="prop-name">'animation-direction'</span> value of <span class="prop-value">'alternate'</span>, which will cause the animation to play in reverse on alternate cycles.
       </p>
       <table class="propdef">
         <tbody>

Received on Saturday, 17 December 2011 01:34:31 UTC