HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/7070

SVNBugCommentTime (UTC)
707016602clarify that this step has no side-effect if the cue is lost2012-04-25 20:39
Index: source
===================================================================
--- source	(revision 7069)
+++ source	(revision 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>

|