Skip to content

Commit

Permalink
[giow] (2) compat requires animated GIFs to play together (hamster da…
Browse files Browse the repository at this point in the history
…nce strikes again)

git-svn-id: http://svn.whatwg.org/webapps@5640 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2010
1 parent bd72ae4 commit 7de75ff
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions complete.html
Expand Up @@ -86525,6 +86525,16 @@ <h4 id=images-0><span class=secno>14.3.3 </span>Images</h4>
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>

Expand Down
10 changes: 10 additions & 0 deletions index
Expand Up @@ -82439,6 +82439,16 @@ iframe:not([seamless]) { border: 2px inset; }</pre>
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>

Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -98809,6 +98809,18 @@ iframe:not([seamless]) { border: 2px inset; }</pre>

<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>

Expand Down

0 comments on commit 7de75ff

Please sign in to comment.