html5/spec rendering.html,1.46,1.47 spec.html,1.1308,1.1309

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

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

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- rendering.html	19 Oct 2010 00:16:40 -0000	1.46
+++ rendering.html	19 Oct 2010 00:47:10 -0000	1.47
@@ -2345,6 +2345,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="urls.html#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="urls.html#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="infrastructure.html#document">Document</a></code> is in <a href="dom.html#quirks-mode">quirks mode</a>:</p>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1308
retrieving revision 1.1309
diff -u -d -r1.1308 -r1.1309
--- spec.html	19 Oct 2010 00:16:40 -0000	1.1308
+++ spec.html	19 Oct 2010 00:47:17 -0000	1.1309
@@ -346,7 +346,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4516.
+This is revision 1.4517.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 19 October 2010 00:47:25 UTC