html5/spec Overview.html,1.4516,1.4517

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22655

Modified Files:
	Overview.html 
Log Message:
compat requires animated GIFs to play together (hamster dance strikes again) (whatwg r5640)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4516
retrieving revision 1.4517
diff -u -d -r1.4516 -r1.4517
--- Overview.html	19 Oct 2010 00:09:44 -0000	1.4516
+++ Overview.html	19 Oct 2010 00:24:02 -0000	1.4517
@@ -65375,6 +65375,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>
 

Received on Tuesday, 19 October 2010 00:24:11 UTC