[html5] r5640 - [giow] (2) compat requires animated GIFs to play together (hamster dance strikes [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 18 17:23:57 PDT 2010


Author: ianh
Date: 2010-10-18 17:23:55 -0700 (Mon, 18 Oct 2010)
New Revision: 5640

Modified:
   complete.html
   index
   source
Log:
[giow] (2) compat requires animated GIFs to play together (hamster dance strikes again)

Modified: complete.html
===================================================================
--- complete.html	2010-10-19 00:09:38 UTC (rev 5639)
+++ complete.html	2010-10-19 00:23:55 UTC (rev 5640)
@@ -86525,6 +86525,16 @@
   expected to provide access to the context menu that would have come
   up if the user interacted with the actual image.</p>
 
+  <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>
+
+  <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 being inserted into the document.</p>
+
   <hr><p>The following CSS rules are expected to apply when the
   <code><a href=#document>Document</a></code> is in <a href=#quirks-mode>quirks mode</a>:</p>
 

Modified: index
===================================================================
--- index	2010-10-19 00:09:38 UTC (rev 5639)
+++ index	2010-10-19 00:23:55 UTC (rev 5640)
@@ -82439,6 +82439,16 @@
   expected to provide access to the context menu that would have come
   up if the user interacted with the actual image.</p>
 
+  <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>
+
+  <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 being inserted into the document.</p>
+
   <hr><p>The following CSS rules are expected to apply when the
   <code><a href=#document>Document</a></code> is in <a href=#quirks-mode>quirks mode</a>:</p>
 

Modified: source
===================================================================
--- source	2010-10-19 00:09:38 UTC (rev 5639)
+++ source	2010-10-19 00:23:55 UTC (rev 5640)
@@ -98809,6 +98809,18 @@
 
   <hr>
 
+  <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>
+
+  <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 being inserted into the document.</p>
+
+  <hr>
+
   <p>The following CSS rules are expected to apply when the
   <code>Document</code> is in <span>quirks mode</span>:</p>
 




More information about the Commit-Watchers mailing list