[html5] r8639 - [giow] (3) Looks like browsers make animated image groups follow the timeline of [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 16 10:14:29 PDT 2014


Author: ianh
Date: 2014-05-16 10:14:25 -0700 (Fri, 16 May 2014)
New Revision: 8639

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Looks like browsers make animated image groups follow the timeline of the first image, not last image.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25739
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-05-16 16:53:55 UTC (rev 8638)
+++ complete.html	2014-05-16 17:14:25 UTC (rev 8639)
@@ -97230,7 +97230,7 @@
 
   <hr><p>All animated images with the same <a href=#absolute-url>absolute URL</a> and the same image data are
   expected to be rendered synchronised to the same timeline as a group, with the timeline starting
-  at the time of the most recent addition to the group.</p>
+  at the time of the least recent addition to the group.</p>
 
   <p class=note>In other words, the animation loop of an animated image is restarted each time
   another image with the same <a href=#absolute-url>absolute URL</a> and image data begins to animate, e.g. after

Modified: index
===================================================================
--- index	2014-05-16 16:53:55 UTC (rev 8638)
+++ index	2014-05-16 17:14:25 UTC (rev 8639)
@@ -97230,7 +97230,7 @@
 
   <hr><p>All animated images with the same <a href=#absolute-url>absolute URL</a> and the same image data are
   expected to be rendered synchronised to the same timeline as a group, with the timeline starting
-  at the time of the most recent addition to the group.</p>
+  at the time of the least recent addition to the group.</p>
 
   <p class=note>In other words, the animation loop of an animated image is restarted each time
   another image with the same <a href=#absolute-url>absolute URL</a> and image data begins to animate, e.g. after

Modified: source
===================================================================
--- source	2014-05-16 16:53:55 UTC (rev 8638)
+++ source	2014-05-16 17:14:25 UTC (rev 8639)
@@ -107152,7 +107152,7 @@
 
   <p>All animated images with the same <span>absolute URL</span> and the same image data are
   expected to be rendered synchronised to the same timeline as a group, with the timeline starting
-  at the time of the most recent addition to the group.</p>
+  at the time of the least recent addition to the group.</p>
 
   <p class="note">In other words, the animation loop of an animated image is restarted each time
   another image with the same <span>absolute URL</span> and image data begins to animate, e.g. after



More information about the Commit-Watchers mailing list