[html5] r7067 - [giow] (0) Include cues that overlap the earliest possible position, since they' [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 25 11:57:51 PDT 2012


Author: ianh
Date: 2012-04-25 11:57:49 -0700 (Wed, 25 Apr 2012)
New Revision: 7067

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Include cues that overlap the earliest possible position, since they'll be active
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16058
Affected topics: Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2012-04-24 22:07:32 UTC (rev 7066)
+++ complete.html	2012-04-25 18:57:49 UTC (rev 7067)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 19 April 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 April 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -33065,7 +33065,7 @@
   return a <a href=#live>live</a> <code><a href=#texttrackcuelist>TextTrackCueList</a></code> object that
   represents the subset of the <a href=#text-track-list-of-cues>text track list of cues</a> of
   the <a href=#text-track>text track</a> that the <code><a href=#texttrack>TextTrack</a></code> object
-  represents whose <a href=#text-track-cue-start-time title="text track cue start time">start
+  represents whose <a href=#text-track-cue-end-time title="text track cue end time">end
   times</a> occur at or after the <a href=#earliest-possible-position-when-the-script-started>earliest possible position
   when the script started</a>, in <a href=#text-track-cue-order>text track cue
   order</a>. Otherwise, it must return null. When an object is

Modified: index
===================================================================
--- index	2012-04-24 22:07:32 UTC (rev 7066)
+++ index	2012-04-25 18:57:49 UTC (rev 7067)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 19 April 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 April 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -33065,7 +33065,7 @@
   return a <a href=#live>live</a> <code><a href=#texttrackcuelist>TextTrackCueList</a></code> object that
   represents the subset of the <a href=#text-track-list-of-cues>text track list of cues</a> of
   the <a href=#text-track>text track</a> that the <code><a href=#texttrack>TextTrack</a></code> object
-  represents whose <a href=#text-track-cue-start-time title="text track cue start time">start
+  represents whose <a href=#text-track-cue-end-time title="text track cue end time">end
   times</a> occur at or after the <a href=#earliest-possible-position-when-the-script-started>earliest possible position
   when the script started</a>, in <a href=#text-track-cue-order>text track cue
   order</a>. Otherwise, it must return null. When an object is

Modified: source
===================================================================
--- source	2012-04-24 22:07:32 UTC (rev 7066)
+++ source	2012-04-25 18:57:49 UTC (rev 7067)
@@ -36150,7 +36150,7 @@
   return a <span>live</span> <code>TextTrackCueList</code> object that
   represents the subset of the <span>text track list of cues</span> of
   the <span>text track</span> that the <code>TextTrack</code> object
-  represents whose <span title="text track cue start time">start
+  represents whose <span title="text track cue end time">end
   times</span> occur at or after the <span>earliest possible position
   when the script started</span>, in <span>text track cue
   order</span>. Otherwise, it must return null. When an object is




More information about the Commit-Watchers mailing list