Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Update the note about animated GIF timelines to match the ear…
…lier fix to the normative requirements

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

git-svn-id: http://svn.whatwg.org/webapps@8702 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 4, 2014
1 parent 9882f42 commit 04e646f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -77960,9 +77960,9 @@ <h4 id=images-2>14.4.2 Images</h4>
expected to be rendered synchronised to the same timeline as a group, with the timeline starting
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 id=images-2:absolute-url-2>absolute URL</a> and image data begins to animate, e.g. after
being inserted into the document.</p>
<p class=note>In other words, when a second image with the same <a href=#absolute-url id=images-2:absolute-url-2>absolute URL</a> and
animated image data is inserted into a document, it jumps to the point in the animation cycle that
is currently being displayed by the first image.</p>

<hr>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -77960,9 +77960,9 @@ iframe[seamless] { display: block; }
expected to be rendered synchronised to the same timeline as a group, with the timeline starting
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 id=images-2:absolute-url-2>absolute URL</a> and image data begins to animate, e.g. after
being inserted into the document.</p>
<p class=note>In other words, when a second image with the same <a href=#absolute-url id=images-2:absolute-url-2>absolute URL</a> and
animated image data is inserted into a document, it jumps to the point in the animation cycle that
is currently being displayed by the first image.</p>

<hr>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -106400,9 +106400,9 @@ iframe[seamless] { display: block; }
expected to be rendered synchronised to the same timeline as a group, with the timeline starting
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
being inserted into the document.</p>
<p class="note">In other words, when a second image with the same <span>absolute URL</span> and
animated image data is inserted into a document, it jumps to the point in the animation cycle that
is currently being displayed by the first image.</p>

<hr>

Expand Down

0 comments on commit 04e646f

Please sign in to comment.