[html5] r7070 - [e] (0) clarify that this step has no side-effect if the cue is lost Fixing http [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 25 13:39:40 PDT 2012


Author: ianh
Date: 2012-04-25 13:39:39 -0700 (Wed, 25 Apr 2012)
New Revision: 7070

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarify that this step has no side-effect if the cue is lost
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16602
Affected topics: Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2012-04-25 20:18:04 UTC (rev 7069)
+++ complete.html	2012-04-25 20:39:39 UTC (rev 7070)
@@ -33101,15 +33101,15 @@
    an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and abort these
    steps.</li>
 
-   <li><p>Associate <var title="">cue</var> with the method's
-   <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
-   not currently associated with a <a href=#text-track>text track</a>.</li>
-
    <li><p>If the given <var title="">cue</var> is already listed in
    the method's <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text
    track</a>'s <a href=#text-track-list-of-cues>text track list of cues</a>, then throw an
    <code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</li>
 
+   <li><p>Associate <var title="">cue</var> with the method's
+   <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
+   not currently associated with a <a href=#text-track>text track</a>.</li>
+
    <li><p>Add <var title="">cue</var> to the method's
    <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>'s
    <a href=#text-track-list-of-cues>text track list of cues</a>.</li>

Modified: index
===================================================================
--- index	2012-04-25 20:18:04 UTC (rev 7069)
+++ index	2012-04-25 20:39:39 UTC (rev 7070)
@@ -33101,15 +33101,15 @@
    an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and abort these
    steps.</li>
 
-   <li><p>Associate <var title="">cue</var> with the method's
-   <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
-   not currently associated with a <a href=#text-track>text track</a>.</li>
-
    <li><p>If the given <var title="">cue</var> is already listed in
    the method's <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text
    track</a>'s <a href=#text-track-list-of-cues>text track list of cues</a>, then throw an
    <code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</li>
 
+   <li><p>Associate <var title="">cue</var> with the method's
+   <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
+   not currently associated with a <a href=#text-track>text track</a>.</li>
+
    <li><p>Add <var title="">cue</var> to the method's
    <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>'s
    <a href=#text-track-list-of-cues>text track list of cues</a>.</li>

Modified: source
===================================================================
--- source	2012-04-25 20:18:04 UTC (rev 7069)
+++ source	2012-04-25 20:39:39 UTC (rev 7070)
@@ -36192,15 +36192,15 @@
    an <code>InvalidStateError</code> exception and abort these
    steps.</p></li>
 
-   <li><p>Associate <var title="">cue</var> with the method's
-   <code>TextTrack</code> object's <span>text track</span>, if it is
-   not currently associated with a <span>text track</span>.</p></li>
-
    <li><p>If the given <var title="">cue</var> is already listed in
    the method's <code>TextTrack</code> object's <span>text
    track</span>'s <span>text track list of cues</span>, then throw an
    <code>InvalidStateError</code> exception.</p></li>
 
+   <li><p>Associate <var title="">cue</var> with the method's
+   <code>TextTrack</code> object's <span>text track</span>, if it is
+   not currently associated with a <span>text track</span>.</p></li>
+
    <li><p>Add <var title="">cue</var> to the method's
    <code>TextTrack</code> object's <span>text track</span>'s
    <span>text track list of cues</span>.</p></li>




More information about the Commit-Watchers mailing list