[html5] r8702 - [e] (0) Update the note about animated GIF timelines to match the earlier fix to [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 4 14:21:15 PDT 2014
Author: ianh
Date: 2014-08-04 14:21:11 -0700 (Mon, 04 Aug 2014)
New Revision: 8702
Modified:
complete.html
index
source
Log:
[e] (0) Update the note about animated GIF timelines to match the earlier fix to the normative requirements
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25739
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2014-08-04 18:57:19 UTC (rev 8701)
+++ complete.html 2014-08-04 21:21:11 UTC (rev 8702)
@@ -77960,9 +77960,9 @@
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>
Modified: index
===================================================================
--- index 2014-08-04 18:57:19 UTC (rev 8701)
+++ index 2014-08-04 21:21:11 UTC (rev 8702)
@@ -77960,9 +77960,9 @@
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>
Modified: source
===================================================================
--- source 2014-08-04 18:57:19 UTC (rev 8701)
+++ source 2014-08-04 21:21:11 UTC (rev 8702)
@@ -106400,9 +106400,9 @@
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>
More information about the Commit-Watchers
mailing list