[html5] r8551 - [e] (0) Try to clarify looping rules Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Mar 17 15:03:43 PDT 2014


Author: ianh
Date: 2014-03-17 15:03:42 -0700 (Mon, 17 Mar 2014)
New Revision: 8551

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to clarify looping rules
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24955
Affected topics: Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2014-03-17 20:14:39 UTC (rev 8550)
+++ complete.html	2014-03-17 22:03:42 UTC (rev 8551)
@@ -27383,6 +27383,9 @@
   backwards, then the user agent must only <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
   event</a> named <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> at the element.</p>
 
+  <p class=note>The word "reaches" here does not imply that the <a href=#current-playback-position>current playback
+  position</a> needs to have changed during normal playback; it could be via <a href=#dom-media-seek title=dom-media-seek>seeking</a>, for instance.</p>
+
   <hr><p>The <dfn id=dom-media-defaultplaybackrate title=dom-media-defaultPlaybackRate><code>defaultPlaybackRate</code></dfn> attribute
   gives the desired speed at which the <a href=#media-resource>media resource</a> is to play, as a multiple of its
   intrinsic speed. The attribute is mutable: on getting it must return the last value it was set to,

Modified: index
===================================================================
--- index	2014-03-17 20:14:39 UTC (rev 8550)
+++ index	2014-03-17 22:03:42 UTC (rev 8551)
@@ -27383,6 +27383,9 @@
   backwards, then the user agent must only <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
   event</a> named <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> at the element.</p>
 
+  <p class=note>The word "reaches" here does not imply that the <a href=#current-playback-position>current playback
+  position</a> needs to have changed during normal playback; it could be via <a href=#dom-media-seek title=dom-media-seek>seeking</a>, for instance.</p>
+
   <hr><p>The <dfn id=dom-media-defaultplaybackrate title=dom-media-defaultPlaybackRate><code>defaultPlaybackRate</code></dfn> attribute
   gives the desired speed at which the <a href=#media-resource>media resource</a> is to play, as a multiple of its
   intrinsic speed. The attribute is mutable: on getting it must return the last value it was set to,

Modified: source
===================================================================
--- source	2014-03-17 20:14:39 UTC (rev 8550)
+++ source	2014-03-17 22:03:42 UTC (rev 8551)
@@ -29225,6 +29225,10 @@
   backwards, then the user agent must only <span>queue a task</span> to <span>fire a simple
   event</span> named <code data-x="event-media-timeupdate">timeupdate</code> at the element.</p>
 
+  <p class="note">The word "reaches" here does not imply that the <span>current playback
+  position</span> needs to have changed during normal playback; it could be via <span
+  data-x="dom-media-seek">seeking</span>, for instance.</p>
+
   <hr>
 
   <p>The <dfn data-x="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn> attribute




More information about the Commit-Watchers mailing list