[html5] r5141 - [giow] (0) Captions - Stage 20.4: tidy up some domintro blocks and make sure in- [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 8 11:59:32 PDT 2010


Author: ianh
Date: 2010-07-08 11:59:31 -0700 (Thu, 08 Jul 2010)
New Revision: 5141

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Captions - Stage 20.4: tidy up some domintro blocks and make sure in-band cues are also added in the event loop so that scripts can't see the list of cues changing from under them.

Modified: complete.html
===================================================================
--- complete.html	2010-07-08 18:40:29 UTC (rev 5140)
+++ complete.html	2010-07-08 18:59:31 UTC (rev 5141)
@@ -24855,8 +24855,9 @@
 
      <dd>
 
-      <p>Run the <a href=#steps-to-expose-a-media-resource-specific-timed-track>steps to expose a media-resource-specific timed
-      track</a> with the relevant data.</p>
+      <p><a href=#queue-a-task>Queue a task</a> to run the <a href=#steps-to-expose-a-media-resource-specific-timed-track>steps to expose a
+      media-resource-specific timed track</a> with the relevant
+      data.</p>
 
      </dd>
 <!--TT-->
@@ -26961,13 +26962,13 @@
    <dt><var title="">mutableTimedTrack</var> . <code title=dom-MutableTimedTrack-addCue><a href=#dom-mutabletimedtrack-addcue>addCue</a></code>( <var title="">cue</var> )</dt>
    <dd>
     <p>Adds the given cue to <var title="">mutableTimedTrack</var>'s <a href=#timed-track-list-of-cues>timed track list of cues</a>.</p>
-    <!-- XXX exception thrown if the cue is already bound -->
+    <p>Raises an exception if the argument is null, associated with another <a href=#timed-track>timed track</a>, or already in the list of cues.</p>
    </dd>
 
    <dt><var title="">mutableTimedTrack</var> . <code title=dom-MutableTimedTrack-addCue><a href=#dom-mutabletimedtrack-addcue>addCue</a></code>( <var title="">cue</var> )</dt>
    <dd>
     <p>Removes the given cue from <var title="">mutableTimedTrack</var>'s <a href=#timed-track-list-of-cues>timed track list of cues</a>.</p>
-    <!-- XXX exception thrown if it's not there -->
+    <p>Raises an exception if the argument is null, associated with another <a href=#timed-track>timed track</a>, or not in the list of cues.</p>
    </dd>
 
   </dl><div class=impl>
@@ -27087,13 +27088,6 @@
 
   </dl><div class=impl>
 
-<!-- XXX
-   Make sure that <code>TimedTrackCueList</code>s don't change while
-   script is running, except for addCue/removeCue and the removal of
-   all cues in the face of a dynamic track.src change.
-   (right now only in-band cues can change this, I think)
--->
-
   <p class=XXX>...</p>
 
   </div>

Modified: index
===================================================================
--- index	2010-07-08 18:40:29 UTC (rev 5140)
+++ index	2010-07-08 18:59:31 UTC (rev 5141)
@@ -24782,8 +24782,9 @@
 
      <dd>
 
-      <p>Run the <a href=#steps-to-expose-a-media-resource-specific-timed-track>steps to expose a media-resource-specific timed
-      track</a> with the relevant data.</p>
+      <p><a href=#queue-a-task>Queue a task</a> to run the <a href=#steps-to-expose-a-media-resource-specific-timed-track>steps to expose a
+      media-resource-specific timed track</a> with the relevant
+      data.</p>
 
      </dd>
 <!--TT-->
@@ -26888,13 +26889,13 @@
    <dt><var title="">mutableTimedTrack</var> . <code title=dom-MutableTimedTrack-addCue><a href=#dom-mutabletimedtrack-addcue>addCue</a></code>( <var title="">cue</var> )</dt>
    <dd>
     <p>Adds the given cue to <var title="">mutableTimedTrack</var>'s <a href=#timed-track-list-of-cues>timed track list of cues</a>.</p>
-    <!-- XXX exception thrown if the cue is already bound -->
+    <p>Raises an exception if the argument is null, associated with another <a href=#timed-track>timed track</a>, or already in the list of cues.</p>
    </dd>
 
    <dt><var title="">mutableTimedTrack</var> . <code title=dom-MutableTimedTrack-addCue><a href=#dom-mutabletimedtrack-addcue>addCue</a></code>( <var title="">cue</var> )</dt>
    <dd>
     <p>Removes the given cue from <var title="">mutableTimedTrack</var>'s <a href=#timed-track-list-of-cues>timed track list of cues</a>.</p>
-    <!-- XXX exception thrown if it's not there -->
+    <p>Raises an exception if the argument is null, associated with another <a href=#timed-track>timed track</a>, or not in the list of cues.</p>
    </dd>
 
   </dl><div class=impl>
@@ -27014,13 +27015,6 @@
 
   </dl><div class=impl>
 
-<!-- XXX
-   Make sure that <code>TimedTrackCueList</code>s don't change while
-   script is running, except for addCue/removeCue and the removal of
-   all cues in the face of a dynamic track.src change.
-   (right now only in-band cues can change this, I think)
--->
-
   <p class=XXX>...</p>
 
   </div>

Modified: source
===================================================================
--- source	2010-07-08 18:40:29 UTC (rev 5140)
+++ source	2010-07-08 18:59:31 UTC (rev 5141)
@@ -26758,8 +26758,9 @@
 
      <dd>
 
-      <p>Run the <span>steps to expose a media-resource-specific timed
-      track</span> with the relevant data.</p>
+      <p><span>Queue a task</span> to run the <span>steps to expose a
+      media-resource-specific timed track</span> with the relevant
+      data.</p>
 
      </dd>
 <!--START w3c-html--><!--TT-->
@@ -29216,13 +29217,13 @@
    <dt><var title="">mutableTimedTrack</var> . <code title="dom-MutableTimedTrack-addCue">addCue</code>( <var title="">cue</var> )</dt>
    <dd>
     <p>Adds the given cue to <var title="">mutableTimedTrack</var>'s <span>timed track list of cues</span>.</p>
-    <!-- XXX exception thrown if the cue is already bound -->
+    <p>Raises an exception if the argument is null, associated with another <span>timed track</span>, or already in the list of cues.</p>
    </dd>
 
    <dt><var title="">mutableTimedTrack</var> . <code title="dom-MutableTimedTrack-addCue">addCue</code>( <var title="">cue</var> )</dt>
    <dd>
     <p>Removes the given cue from <var title="">mutableTimedTrack</var>'s <span>timed track list of cues</span>.</p>
-    <!-- XXX exception thrown if it's not there -->
+    <p>Raises an exception if the argument is null, associated with another <span>timed track</span>, or not in the list of cues.</p>
    </dd>
 
   </dl>
@@ -29370,13 +29371,6 @@
 
   <div class="impl">
 
-<!-- XXX
-   Make sure that <code>TimedTrackCueList</code>s don't change while
-   script is running, except for addCue/removeCue and the removal of
-   all cues in the face of a dynamic track.src change.
-   (right now only in-band cues can change this, I think)
--->
-
   <p class="XXX">...</p>
 
   </div>




More information about the Commit-Watchers mailing list