html5/spec Overview.html,1.5635,1.5636

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28346

Modified Files:
	Overview.html 
Log Message:
clarify that this step has no side-effect if the cue is lost (whatwg r7070)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5635
retrieving revision 1.5636
diff -u -d -r1.5635 -r1.5636
--- Overview.html	25 Apr 2012 20:18:11 -0000	1.5635
+++ Overview.html	25 Apr 2012 20:39:44 -0000	1.5636
@@ -31415,15 +31415,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>

Received on Wednesday, 25 April 2012 20:39:50 UTC