Skip to content

Commit

Permalink
[giow] (3) Looks like browsers make animated image groups follow the …
Browse files Browse the repository at this point in the history
…timeline of the first image, not last image.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25739
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@8639 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 16, 2014
1 parent 0b570cf commit 8d22516
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -97230,7 +97230,7 @@ <h4 id=images-0><span class=secno>14.4.2 </span>Images</h4>

<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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -97230,7 +97230,7 @@ iframe[seamless] { display: block; }

<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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -107152,7 +107152,7 @@ iframe[seamless] { display: block; }

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

0 comments on commit 8d22516

Please sign in to comment.