[html5] r7965 - [giow] (1) Make cues that are added while a video is paused get rendered before [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 12 12:38:33 PDT 2013


Author: ianh
Date: 2013-06-12 12:38:32 -0700 (Wed, 12 Jun 2013)
New Revision: 7965

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make cues that are added while a video is paused get rendered before it gets unpaused.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16920
Affected topics: Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2013-06-12 19:11:10 UTC (rev 7964)
+++ complete.html	2013-06-12 19:38:32 UTC (rev 7965)
@@ -29037,7 +29037,10 @@
   a <a href=#text-track>text track</a> is added to the <a href=#list-of-text-tracks>list of text tracks</a> for a <a href=#media-element>media
   element</a>, all of the <a href=#text-track-cue title="text track cue">cues</a> in that <a href=#text-track>text
   track</a>'s <a href=#text-track-list-of-cues title="text track list of cues">list of cues</a> must be added to the
-  <a href=#media-element>media element</a>'s <a href=#list-of-newly-introduced-cues>list of newly introduced cues</a>.</p>
+  <a href=#media-element>media element</a>'s <a href=#list-of-newly-introduced-cues>list of newly introduced cues</a>. When a <a href=#media-element>media
+  element</a>'s <a href=#list-of-newly-introduced-cues>list of newly introduced cues</a> has new cues added while the
+  <a href=#media-element>media element</a> is <a href=#dom-media-paused title=dom-media-paused>paused</a> but its <a href=#show-poster-flag>show
+  poster flag</a> is not set, the the user agent must run the <i><a href=#time-marches-on>time marches on</a></i> steps</p>
 
   <p>When the <a href=#current-playback-position>current playback position</a> of a <a href=#media-element>media element</a> changes (e.g.
   due to playback or seeking), the user agent must run the <i><a href=#time-marches-on>time marches on</a></i> steps. If the

Modified: index
===================================================================
--- index	2013-06-12 19:11:10 UTC (rev 7964)
+++ index	2013-06-12 19:38:32 UTC (rev 7965)
@@ -29037,7 +29037,10 @@
   a <a href=#text-track>text track</a> is added to the <a href=#list-of-text-tracks>list of text tracks</a> for a <a href=#media-element>media
   element</a>, all of the <a href=#text-track-cue title="text track cue">cues</a> in that <a href=#text-track>text
   track</a>'s <a href=#text-track-list-of-cues title="text track list of cues">list of cues</a> must be added to the
-  <a href=#media-element>media element</a>'s <a href=#list-of-newly-introduced-cues>list of newly introduced cues</a>.</p>
+  <a href=#media-element>media element</a>'s <a href=#list-of-newly-introduced-cues>list of newly introduced cues</a>. When a <a href=#media-element>media
+  element</a>'s <a href=#list-of-newly-introduced-cues>list of newly introduced cues</a> has new cues added while the
+  <a href=#media-element>media element</a> is <a href=#dom-media-paused title=dom-media-paused>paused</a> but its <a href=#show-poster-flag>show
+  poster flag</a> is not set, the the user agent must run the <i><a href=#time-marches-on>time marches on</a></i> steps</p>
 
   <p>When the <a href=#current-playback-position>current playback position</a> of a <a href=#media-element>media element</a> changes (e.g.
   due to playback or seeking), the user agent must run the <i><a href=#time-marches-on>time marches on</a></i> steps. If the

Modified: source
===================================================================
--- source	2013-06-12 19:11:10 UTC (rev 7964)
+++ source	2013-06-12 19:38:32 UTC (rev 7965)
@@ -30985,7 +30985,10 @@
   a <span>text track</span> is added to the <span>list of text tracks</span> for a <span>media
   element</span>, all of the <span title="text track cue">cues</span> in that <span>text
   track</span>'s <span title="text track list of cues">list of cues</span> must be added to the
-  <span>media element</span>'s <span>list of newly introduced cues</span>.</p>
+  <span>media element</span>'s <span>list of newly introduced cues</span>. When a <span>media
+  element</span>'s <span>list of newly introduced cues</span> has new cues added while the
+  <span>media element</span> is <span title="dom-media-paused">paused</span> but its <span>show
+  poster flag</span> is not set, the the user agent must run the <i>time marches on</i> steps</p>
 
   <p>When the <span>current playback position</span> of a <span>media element</span> changes (e.g.
   due to playback or seeking), the user agent must run the <i>time marches on</i> steps. If the




More information about the Commit-Watchers mailing list